Skip to content

Commit ba8486d

Browse files
committed
ci: Update macos runner images
macos-13 is deprecated
1 parent ef6a766 commit ba8486d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests-workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ jobs:
4949
extra-system-packages: "glibc-tools"
5050

5151
# macOS
52-
- os: macos-12
52+
- os: macos-13
5353
python-version: 3.9
5454
test-env: "PyQt5~=5.14.0"
5555

56-
- os: macos-12
56+
- os: macos-13
5757
python-version: "3.10"
5858
test-env: "PyQt5~=5.15.0"
5959

60-
- os: macos-13
60+
- os: macos-14
6161
python-version: "3.11"
6262
test-env: "PyQt5~=5.15.0"
6363

64-
- os: macos-14
64+
- os: macos-15
6565
python-version: "3.11"
6666
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
6767

0 commit comments

Comments
 (0)