Skip to content

Commit

Permalink
fix(ci): use macos-15 instead of deprecated macos-12 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk authored Nov 18, 2024
1 parent 3b5e2cc commit b64644e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-threshold-mock-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
rust-threshold-mock-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
run: |
pushd rust/threshold-mock
cargo test
popd
popd
2 changes: 1 addition & 1 deletion .github/workflows/rust-x509-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true
jobs:
rust-x509-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down

0 comments on commit b64644e

Please sign in to comment.