Skip to content

Commit

Permalink
Add macOS-12 for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed May 1, 2024
1 parent 597e70e commit 3751eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and test in macOS
strategy:
matrix:
os: [macos-11]
os: [macos-11, macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
Expand Down

0 comments on commit 3751eda

Please sign in to comment.