Skip to content

Commit b603ae3

Browse files
authored
Merge pull request #116 from jacomago/gha-update
Update the os list
2 parents 3d24cfc + a8eb076 commit b603ae3

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ on:
1212
push:
1313
paths:
1414
- client/**
15+
- .github/workflows/ci-scripts-build.yml
1516
pull_request:
1617
paths:
1718
- client/**
19+
- .github/workflows/ci-scripts-build.yml
1820

1921
env:
2022
SETUP_PATH: .ci-local:.ci
@@ -34,7 +36,7 @@ jobs:
3436
strategy:
3537
fail-fast: false
3638
matrix:
37-
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
39+
os: [ubuntu-24.04, ubuntu-22.04]
3840
cmp: [gcc, clang]
3941
configuration: [default, static, debug, static-debug]
4042
steps:
@@ -62,7 +64,7 @@ jobs:
6264
strategy:
6365
fail-fast: false
6466
matrix:
65-
os: [macos-14, macos-13]
67+
os: [macos-15, macos-14, macos-13]
6668
cmp: [clang]
6769
configuration: [default, debug]
6870
steps:
@@ -90,16 +92,9 @@ jobs:
9092
strategy:
9193
fail-fast: false
9294
matrix:
93-
os: [windows-2022, windows-2019]
94-
cmp: [gcc, vs2022, vs2019]
95+
os: [windows-2022, windows-2025]
96+
cmp: [gcc, vs2022]
9597
configuration: [default, static, debug, static-debug]
96-
exclude:
97-
- os: windows-2022
98-
cmp: vs2019
99-
100-
- os: windows-2019
101-
cmp: vs2022
102-
10398
steps:
10499
- uses: actions/checkout@v4
105100
with:

0 commit comments

Comments
 (0)