diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 73921ad6c07..baa27b59da1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -109,7 +109,7 @@ jobs: debug: [true, false] zts: [true, false] name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}" - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: git checkout uses: actions/checkout@v2 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f5a943dc583..8724224be60 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -63,7 +63,7 @@ jobs: - name: Verify generated files are up to date uses: ./.github/actions/verify-generated-files MACOS_DEBUG_NTS: - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: git checkout uses: actions/checkout@v2