Skip to content

Commit

Permalink
run CI tests on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 23, 2024
1 parent bbb8be2 commit 7454125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:


macos-test:
runs-on: macos-11
runs-on: macos-latest
if: ${{ true }}
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_startup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

jobs:
macos-test-dmg:
runs-on: macos-11
runs-on: macos-latest
if: ${{ true }}
permissions:
contents: write
Expand Down

0 comments on commit 7454125

Please sign in to comment.