Skip to content

Commit 1212a55

Browse files
committed
Update macos runner version.
1 parent 989ae56 commit 1212a55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,35 +73,35 @@
7373
PARAMETERS = {
7474
"desktop": {
7575
"matrix": {
76-
"os": ["ubuntu-22.04", "macos-13"],
76+
"os": ["ubuntu-22.04", "macos-14"],
7777
"build_type": ["Release", "Debug"],
7878
"architecture": ["x64", "x86"],
7979
"msvc_runtime": ["static","dynamic"],
8080
"xcode_version": ["16.2"],
8181
"python_version": ["3.7"],
8282

8383
EXPANDED_KEY: {
84-
"os": ["ubuntu-22.04", "macos-13", "windows-latest"],
84+
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
8585
"xcode_version": ["16.2"],
8686
}
8787
}
8888
},
8989

9090
"android": {
9191
"matrix": {
92-
"os": ["ubuntu-22.04", "macos-13", "windows-latest"],
92+
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
9393
"architecture": ["x64"],
9494
"python_version": ["3.7"],
9595

9696
EXPANDED_KEY: {
97-
"os": ["ubuntu-22.04", "macos-13", "windows-latest"]
97+
"os": ["ubuntu-22.04", "macos-14", "windows-latest"]
9898
}
9999
}
100100
},
101101

102102
"integration_tests": {
103103
"matrix": {
104-
"os": ["ubuntu-22.04", "macos-13", "windows-latest"],
104+
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
105105
"platform": ["Desktop", "Android", "iOS", "tvOS"],
106106
"ssl_lib": ["openssl"],
107107
"android_device": ["android_target", "emulator_ftl_target"],

0 commit comments

Comments
 (0)