diff --git a/.github/workflows/build-macos-release.yml b/.github/workflows/build-macos-release.yml index 714f7713a68..b37d1dc0154 100644 --- a/.github/workflows/build-macos-release.yml +++ b/.github/workflows/build-macos-release.yml @@ -18,7 +18,7 @@ jobs: # This workflow contains a single job called "build" build-mac: # The type of runner that the job will run on - runs-on: macos-14-arm64 + runs-on: macos-14 permissions: id-token: write contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1312f9ece4..4a489b3c16c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-14-arm64, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, custom-arm64-jammy, custom-arm64-noble] + os: [macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, custom-arm64-jammy, custom-arm64-noble] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-go-for-project