Skip to content

Commit

Permalink
shift back to macos-12 for GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Jul 21, 2023
1 parent de00ae3 commit 52b84d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# macOS, oldest supported version (macos-10.15 was removed by GitHub)
- os: macos-11
python: 3.8
# macOS, newest supported version (we skip macos-12 to save on build minutes)
- os: macos-13
# macOS, newest supported version (macos-13 does not work yet)
- os: macos-12
python: 3.9

steps:
Expand Down Expand Up @@ -175,8 +175,8 @@ jobs:
# old macOS with oldest supported Qt.
- os: macos-11
qt: 5.9.5
# new macOS with most recent Qt (we skip macos-12 to save on build minutes).
- os: macos-13
# new macOS with most recent Qt (macos-13 does not work yet)
- os: macos-12
qt: 5.15.2

steps:
Expand Down

0 comments on commit 52b84d4

Please sign in to comment.