Skip to content

Commit 0113bc9

Browse files
committed
Auto merge of #16479 - lnicola:macos-12, r=lnicola
internal: Bump release runners to MacOS 12
2 parents 8f6a728 + a605b96 commit 0113bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- os: ubuntu-20.04
4444
target: arm-unknown-linux-gnueabihf
4545
code-target: linux-armhf
46-
- os: macos-11
46+
- os: macos-12
4747
target: x86_64-apple-darwin
4848
code-target: darwin-x64
49-
- os: macos-11
49+
- os: macos-12
5050
target: aarch64-apple-darwin
5151
code-target: darwin-arm64
5252

0 commit comments

Comments
 (0)