diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index af775b3d0..02104389d 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -5,7 +5,7 @@ jobs: # Ref: https://github.com/actions/runner-images/tree/main/images/macos strategy: matrix: - os: [macos-11] + os: [macos-12] runs-on: ${{ matrix.os }} steps: - name: Git checkout