Skip to content

Commit

Permalink
update macos release to Qt 6.5.3 (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Jun 5, 2024
1 parent ed07a18 commit 44ceb47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
GENERATOR: 'Ninja'
RELEASE: false
os: macos-12
- QT_VERSION: '6.2.4'
XCODE_VERSION: '14.3.1'
GENERATOR: 'Xcode'
RELEASE: false
os: macos-13
- QT_VERSION: '6.2.4'
XCODE_VERSION: '14.3.1'
GENERATOR: 'Ninja'
RELEASE: true
RELEASE: false
os: macos-13
- QT_VERSION: '6.5.3'
XCODE_VERSION: '15.3'
GENERATOR: 'Ninja'
XCODE_VERSION: '15.4'
GENERATOR: 'Xcode'
RELEASE: false
os: macos-14
- QT_VERSION: '6.5.3'
XCODE_VERSION: '15.4'
GENERATOR: 'Ninja'
RELEASE: true
os: macos-14

steps:
- name: Checkout repository
Expand Down

0 comments on commit 44ceb47

Please sign in to comment.