diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-02-03 19:16:32 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-02-03 19:16:32 +0200 |
| commit | a605b9605e9ffe3acf96032dde0ebf607ace99fc (patch) | |
| tree | b5ce2752dd51eb9f29bad35e1ce89ac963dceec6 | |
| parent | 8f6a72871ec87ed53cfe43a09fb284168a284e7e (diff) | |
| download | rust-a605b9605e9ffe3acf96032dde0ebf607ace99fc.tar.gz rust-a605b9605e9ffe3acf96032dde0ebf607ace99fc.zip | |
Bump release runners to MacOS 12
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
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 |
