Skip to content

Commit 35150bb

Browse files
committed
bumping test workflow macos-13 to macos-14
1 parent 650a381 commit 35150bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- { os: ubuntu-22.04, gcc: 9, python: 3.9 }
2424
- { os: ubuntu-24.04, gcc: 12, python: 3.12 }
2525
# macOS, oldest supported version
26-
# (macos-10.15, macos-11, and macos-12 were removed by GitHub)
27-
- { os: macos-13, python: 3.9 }
26+
# (macos-10.15, macos-11, macos-12, and macos-13 were removed by GitHub)
27+
- { os: macos-14, python: 3.9 }
2828
# macOS, newest supported version
2929
- { os: macos-15, python: 3.12 }
3030

@@ -197,11 +197,11 @@ jobs:
197197
- { os: ubuntu-22.04, qt: 5.15.2, gcc: 12 }
198198
# Ubuntu 24.04 with the most recent Qt6 and GCC.
199199
- { os: ubuntu-22.04, qt: 6.8.2, gcc: 12 }
200-
# old macOS with oldest supported Qt5; macos-12 was removed by GitHub,
200+
# old macOS with oldest supported Qt5; macos-12 and macos-13 were removed by GitHub,
201201
# so we can't CI with Qt 5.9.5 any more, oh well
202202
#- {os: macos-12, qt: 5.9.5}
203203
# old macOS with last official LTS Qt5
204-
- { os: macos-13, qt: 5.15.2 }
204+
- { os: macos-14, qt: 5.15.2 }
205205
# new macOS with most recent Qt6
206206
- { os: macos-15, qt: 6.8.2 }
207207
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)