diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 44c1d908b..0d3764900 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -24,7 +24,7 @@ jobs: archive_ext: tar - bin: swap target: x86_64-apple-darwin - os: macos-12 + os: macos-13 archive_ext: tar - bin: swap target: aarch64-apple-darwin @@ -44,7 +44,7 @@ jobs: archive_ext: tar - bin: asb target: x86_64-apple-darwin - os: macos-12 + os: macos-13 archive_ext: tar - bin: asb target: aarch64-apple-darwin diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29494d148..56a92b2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: - target: armv7-unknown-linux-gnueabihf os: ubuntu-latest - target: x86_64-apple-darwin - os: macos-12 + os: macos-13 - target: aarch64-apple-darwin os: macos-latest - target: x86_64-pc-windows-msvc