Skip to content

Commit 261623b

Browse files
committed
Remove deprecated VS2019 CI jobs
1 parent 81147b8 commit 261623b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
platform:
18-
- { name: Windows VS2019, os: windows-2019 }
1918
- { name: Windows VS2022, os: windows-2022 }
2019
- { name: Linux GCC, os: ubuntu-24.04 }
2120
- { name: Linux Clang, os: ubuntu-24.04, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
2221
- { name: macOS x64, os: macos-13 }
23-
- { name: macOS arm64, os: macos-14 }
22+
- { name: macOS arm64, os: macos-15 }
2423
config:
2524
- { name: Shared, flags: -DBUILD_SHARED_LIBS=ON -DSFGUI_BUILD_SHARED_LIBS=ON -DSFML_STATIC_LIBRARIES=OFF }
2625
- { name: Static, flags: -DBUILD_SHARED_LIBS=OFF -DSFGUI_BUILD_SHARED_LIBS=OFF -DSFML_STATIC_LIBRARIES=ON }
@@ -38,7 +37,7 @@ jobs:
3837
with:
3938
fetch-depth: 0
4039
repository: SFML/SFML
41-
ref: 3.0.0
40+
ref: 3.0.1
4241
path: SFML
4342

4443
- name: SFML - Configure CMake

0 commit comments

Comments
 (0)