Skip to content

Commit

Permalink
Use latest macos GH action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Dec 30, 2024
1 parent df42d67 commit 84d5663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
omitPrereleaseDuringUpdate: true
deploy_macos_binaries:
if: ${{ github.event.action == 'completed' || github.event.label.name == 'test-release-process' || (github.event_name == 'release' && github.event.action == 'published') }}
runs-on: macos-12
runs-on: macos-14
steps:
- id: latest-release
uses: pozetroninc/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
RUST_LOG: debug
test_mac:
name: Execute automated tests on OSX
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: actions-rust-lang/[email protected]
Expand Down

0 comments on commit 84d5663

Please sign in to comment.