Skip to content

Commit 676aff6

Browse files
CI: Bump macOS runners (#1360)
* CI: Bump macOS runners macOS 13 runners are being deprecated by GH actions. Update to macOS-14/15 respectively. * Bump path to clang_format to Python 3.14 This was updated by moving to macOS 14 * Bump Qt5 runner to macOS-15-intel Apparently Qt5 does not support ARM on macOS yet.
1 parent b3148a7 commit 676aff6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ jobs:
309309
libvulkan-dev
310310
libxkbcommon-dev
311311
312-
- name: macOS 13 (clang) Qt5
313-
os: macos-13
312+
- name: macOS 15 (clang) Qt5
313+
os: macos-15-intel
314314
qt_version: 5
315315
aqt_version: '5.15.2'
316316
aqt_arch: 'clang_64'
@@ -325,14 +325,14 @@ jobs:
325325
qt_qpa_platform: cocoa
326326
compiler_cache_path: /Users/runner/Library/Caches/Mozilla.sccache
327327
sccache_log_path: /Users/runner/Library/Caches/Mozilla.sccache.log.txt
328-
clang_format_path: /Users/runner/Library/Python/3.13/bin/clang-format
328+
clang_format_path: /Users/runner/Library/Python/3.14/bin/clang-format
329329
cargo_dir: ~/.cargo
330330
cc: clang
331331
cxx: clang++
332332
rustc_wrapper: sccache
333333
build_type: Release
334-
- name: macOS 14 (clang) Qt6
335-
os: macos-14
334+
- name: macOS 15 (clang) Qt6
335+
os: macos-15
336336
qt_version: 6
337337
aqt_version: '6.9.3'
338338
aqt_arch: 'clang_64'

0 commit comments

Comments
 (0)