Skip to content

Commit 221ea4b

Browse files
committed
Upgraded GHA image runners
1 parent e114b6b commit 221ea4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
25+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
2626
build_type: [static_build, shared_build]
2727

2828
steps:
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [windows-2019, windows-2022]
86+
os: [windows-2022, windows-2025]
8787
build_type: [static_build, shared_build]
8888

8989
steps:

0 commit comments

Comments
 (0)