Skip to content

Commit

Permalink
Add macos-12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Aug 11, 2022
1 parent d225de9 commit b969965
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,10 @@ jobs:
support/win-cross-compile 64
macos-build:
name: MacOS CI
runs-on: macos-11
strategy:
matrix:
os: [macos-11, macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit b969965

Please sign in to comment.