diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 917c1a5e..d10d0ceb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,11 +40,11 @@ jobs: rust-target: arm-unknown-linux-gnueabihf platform: linux arch: armhf - - os: macos-11 + - os: macos-13 rust-target: x86_64-apple-darwin platform: darwin arch: x64 - - os: macos-11 + - os: macos-13 rust-target: aarch64-apple-darwin platform: darwin arch: arm64