diff --git a/.github/workflows/record-images.yml b/.github/workflows/record-images.yml index ad25a17..79f7246 100644 --- a/.github/workflows/record-images.yml +++ b/.github/workflows/record-images.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11.0, macos-10.15] + os: [macos-12.0, macos-latest] steps: @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 - if: ${{ matrix.os }} == macos-11.0 + if: matrix.os == 'macos-12.0' with: commit-message: ':camera: Update images and videos ${{ matrix.os }}' title: ':camera: Update images and videos ${{ matrix.os }}'