Skip to content

Commit c4004dc

Browse files
committed
Bump macOS in precompilation workflow
1 parent aaf0db5 commit c4004dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
matrix:
2222
nif: ["2.15", "2.16"]
2323
job:
24-
- { target: aarch64-apple-darwin, os: macos-11 }
24+
- { target: aarch64-apple-darwin, os: macos-12 }
2525
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
2626
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
2727
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
2828
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
29-
- { target: x86_64-apple-darwin, os: macos-11 }
29+
- { target: x86_64-apple-darwin, os: macos-12 }
3030
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
3131
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
3232
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }

0 commit comments

Comments
 (0)