Skip to content

Commit

Permalink
set macos latest in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Aug 10, 2024
1 parent cdb5e13 commit 2c7be0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
nightly-release-macos:
needs: create_tag
if: ${{ needs.create_tag.outputs.created == 'true' }}
runs-on: macos-14
runs-on: macos-latest
permissions:
contents: write
discussions: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
release-macos:
runs-on: macos-14
runs-on: macos-latest
permissions:
contents: write
discussions: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-native:
strategy:
matrix:
os: [windows-latest, macos-14, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2c7be0a

Please sign in to comment.