about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-03 17:27:05 +0000
committerbors <bors@rust-lang.org>2024-02-03 17:27:05 +0000
commit0113bc9388b480fa42c632f57f4f0f7af5813ec1 (patch)
treeb5ce2752dd51eb9f29bad35e1ce89ac963dceec6
parent8f6a72871ec87ed53cfe43a09fb284168a284e7e (diff)
parenta605b9605e9ffe3acf96032dde0ebf607ace99fc (diff)
downloadrust-0113bc9388b480fa42c632f57f4f0f7af5813ec1.tar.gz
rust-0113bc9388b480fa42c632f57f4f0f7af5813ec1.zip
Auto merge of #16479 - lnicola:macos-12, r=lnicola
internal: Bump release runners to MacOS 12
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 6a3cdfe3a3c..9077a9ac21e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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