Skip to content

Commit

Permalink
Merge pull request #102 from geigerzaehler/macos-ci
Browse files Browse the repository at this point in the history
Add MacOS 12 to CI
  • Loading branch information
geigerzaehler authored Aug 28, 2024
2 parents 2d0e08a + e4b0be2 commit f8e3c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
include:
- python-version: 3.8
os: windows-2022
- python-version: 3.8
os: macos-12

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.python-version == '3.13-dev' }}
Expand Down

0 comments on commit f8e3c4b

Please sign in to comment.