📸 Simplify auto recorder macos versionning

This commit is contained in:
Yann Bertrand 2024-02-16 21:43:50 +01:00 committed by GitHub
parent 042dd50b4f
commit fd7c1cce5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: macos-13.0
strategy:
matrix:
os: [macos-13.0]
steps: steps:
- name: Checkout - name: Checkout
@ -39,7 +36,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v6 uses: peter-evans/create-pull-request@v6
with: with:
commit-message: ':camera: Update images and videos ${{ matrix.os }}' commit-message: ':camera: Update images and videos ${{ runner.os }}'
title: ':camera: Update images and videos ${{ matrix.os }}' title: ':camera: Update images and videos ${{ runner.os }}'
branch: update-images-and-videos-${{ matrix.os }} branch: update-images-and-videos-${{ runner.os }}
delete-branch: true delete-branch: true