diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index 0d02c30a..541ae94c 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -179,7 +179,7 @@ jobs: target: x86_64-pc-windows-gnu architecture: x86_64 use-cross: false - - os: macos-latest + - os: macos-13 os-name: macos target: x86_64-apple-darwin architecture: x86_64 @@ -188,7 +188,7 @@ jobs: os-name: macos target: aarch64-apple-darwin architecture: arm64 - use-cross: true + use-cross: false - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu diff --git a/.github/workflows/cross-ci.yml b/.github/workflows/cross-ci.yml index 8faa5733..a46e0263 100644 --- a/.github/workflows/cross-ci.yml +++ b/.github/workflows/cross-ci.yml @@ -33,7 +33,7 @@ jobs: target: x86_64-pc-windows-gnu architecture: x86_64 use-cross: false - - os: macos-latest + - os: macos-13 os-name: macos target: x86_64-apple-darwin architecture: x86_64 @@ -42,7 +42,7 @@ jobs: os-name: macos target: aarch64-apple-darwin architecture: arm64 - use-cross: true + use-cross: false - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu