diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebea43f82..e4305fa4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,7 @@ jobs: run-x86_64-darwin: name: Run x86_64 Darwin - runs-on: macos-12 + runs-on: macos-latest needs: [lints, build-x86_64-darwin] steps: - uses: actions/checkout@v3