Skip to content

Commit

Permalink
build(gh-action): add macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed May 1, 2024
1 parent 028e49c commit b40868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
os: [ ubuntu-latest, macOS-latest, macOS-12, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout GitHub repository'
Expand Down

0 comments on commit b40868b

Please sign in to comment.