Skip to content

Commit

Permalink
abandon macos-12 (GitHub's decision) and add macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller authored Oct 17, 2024
1 parent dd5edd3 commit a4a4897
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
- {os: ubuntu-20.04, gcc: 7, python: 3.8}
- {os: ubuntu-20.04, gcc: 11, python: 3.9}
# macOS, oldest supported version
# (macos-10.15 and macos-11 were removed by GitHub)
- {os: macos-12, python: 3.8}
# macOS, newest supported version (haven't tried macos-14 yet)
# (macos-10.15, macos-11, and macos-12 were removed by GitHub)
- {os: macos-13, python: 3.9}
# macOS, newest supported version (haven't tried macos-14 yet)
- {os: macos-14, python: 3.9}
# macOS, newest supported version (haven't tried macos-14 yet)
# macOS, newest supported version
- {os: macos-15, python: 3.9}

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a4a4897

Please sign in to comment.