Skip to content

Commit b64644e

Browse files
authored
fix(ci): use macos-15 instead of deprecated macos-12 (#1048)
1 parent 3b5e2cc commit b64644e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust-threshold-mock-example.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616
jobs:
1717
rust-threshold-mock-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
pushd rust/threshold-mock
6565
cargo test
66-
popd
66+
popd

.github/workflows/rust-x509-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
rust-x509-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

0 commit comments

Comments
 (0)