Skip to content

Commit 74d31a8

Browse files
committed
Update MacOS runners to 12 in workflow
1 parent bf144fc commit 74d31a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
matrix:
2424
nif: ["2.15"]
2525
job:
26-
- { target: aarch64-apple-darwin, os: macos-11 }
27-
- { target: x86_64-apple-darwin, os: macos-11 }
26+
- { target: aarch64-apple-darwin, os: macos-12 }
27+
- { target: x86_64-apple-darwin, os: macos-12 }
2828
- {
2929
target: x86_64-unknown-linux-gnu,
3030
os: ubuntu-20.04,

0 commit comments

Comments
 (0)