We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d1bf6 commit f6f638bCopy full SHA for f6f638b
.github/workflows/pipeline-build.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
15
runs-on: ${{matrix.os}}
16
steps:
17
- name: Check repository
@@ -23,7 +23,7 @@ jobs:
23
24
#Run only on macOS
25
- name: Setup Docker
26
- if: ${{ matrix.os == 'macos-latest' && github.event_name == 'pull_request' }}
+ if: ${{ matrix.os == 'macos-13' && github.event_name == 'pull_request' }}
27
uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout
28
29
- name: Set up JDK 17
0 commit comments