Skip to content

Commit

Permalink
workflow: add macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 11, 2022
1 parent a1c837e commit efb60dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-latest, macOS-10.15, macOS-11]
os: [ubuntu-latest, macOS-10.15, macOS-11, macOS-12]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit efb60dc

Please sign in to comment.