mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 21:52:33 +00:00
⬆️ bump record GitHub Action to macOS 13 and node 16
This commit is contained in:
parent
d7277c900c
commit
fe5589eb1f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/record-images.yml
vendored
5
.github/workflows/record-images.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-12.0, macos-latest]
|
||||
os: [macos-13.0]
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 15.14.0
|
||||
node-version: 16.20.2
|
||||
|
||||
- name: Get yarn cache
|
||||
working-directory: record
|
||||
|
@ -39,7 +39,6 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
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