From 7bf21577041b4b3fb0b673088d3d8ef2c780c702 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:24:58 +0200 Subject: [PATCH] :arrow_up: Update record GitHub action to newest macOS versions --- .github/workflows/record-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}'