Skip to content

Commit

Permalink
Bump macOS runner to Ventura
Browse files Browse the repository at this point in the history
This should bring back 5.15 bottles for our macOS runner.
  • Loading branch information
MrStevns committed Oct 19, 2024
1 parent 7a0918f commit 04cff7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
- name: Qt 5 / macOS x86_64
os: macos-12
os: macos-13
container:
qt: 5
- name: Qt 5 / macOS arm64
Expand All @@ -59,7 +59,7 @@ jobs:
container: { image: "ubuntu:22.04", options: --privileged }
qt: 6
- name: Qt 6 / macOS x86_64
os: macos-12
os: macos-13
container:
qt: 6
- name: Qt 6 / macOS arm64
Expand Down

0 comments on commit 04cff7b

Please sign in to comment.