File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 }
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
You can’t perform that action at this time.
0 commit comments