mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-12 20:52:31 +00:00
⬆️ Update record GitHub action to newest macOS versions
This commit is contained in:
parent
70c608b9a7
commit
7bf2157704
1 changed files with 2 additions and 2 deletions
4
.github/workflows/record-images.yml
vendored
4
.github/workflows/record-images.yml
vendored
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue