Skip to content

Commit

Permalink
Auto merge of rust-lang#16479 - lnicola:macos-12, r=lnicola
Browse files Browse the repository at this point in the history
internal: Bump release runners to MacOS 12
  • Loading branch information
bors committed Feb 3, 2024
2 parents 8f6a728 + a605b96 commit 0113bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabihf
code-target: linux-armhf
- os: macos-11
- os: macos-12
target: x86_64-apple-darwin
code-target: darwin-x64
- os: macos-11
- os: macos-12
target: aarch64-apple-darwin
code-target: darwin-arm64

Expand Down

0 comments on commit 0113bc9

Please sign in to comment.