Skip to content

Commit

Permalink
ci: use macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and nikku committed Oct 8, 2024
1 parent 53701d7 commit e6f6a7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_ON_DEMAND.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Build:
strategy:
matrix:
os: [ ubuntu-latest, macos-12, windows-2022 ]
os: [ ubuntu-latest, macos-latest, windows-2022 ]
runs-on: ${{ matrix.os }}
env:
ON_DEMAND: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-12, windows-2022 ]
os: [ ubuntu-latest, macos-latest, windows-2022 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- os: ubuntu-latest
files:
- 'dist/camunda-modeler-nightly-linux-x64.tar.gz'
- os: macos-12
- os: macos-latest
files:
- 'dist/camunda-modeler-nightly-mac-arm64.dmg'
- 'dist/camunda-modeler-nightly-mac-arm64.zip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: Pre_release
strategy:
matrix:
os: [ ubuntu-latest, macos-12, windows-2022 ]
os: [ ubuntu-latest, macos-latest, windows-2022 ]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e6f6a7d

Please sign in to comment.