We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5e2cc commit b64644eCopy full SHA for b64644e
.github/workflows/rust-threshold-mock-example.yml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
jobs:
17
rust-threshold-mock-darwin:
18
- runs-on: macos-12
+ runs-on: macos-15
19
steps:
20
- uses: actions/checkout@v1
21
- name: Provision Darwin
@@ -63,4 +63,4 @@ jobs:
63
run: |
64
pushd rust/threshold-mock
65
cargo test
66
- popd
+ popd
.github/workflows/rust-x509-example.yml
@@ -16,7 +16,7 @@ concurrency:
rust-x509-darwin:
22
0 commit comments