Skip to content

Commit f64cf35

Browse files
Try Windows build with SDL3
1 parent 77f334d commit f64cf35

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/actions/install-dependencies/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ runs:
4949
mingw-w64-ucrt-x86_64-qt6-base
5050
mingw-w64-ucrt-x86_64-qt6-multimedia
5151
mingw-w64-ucrt-x86_64-qt6-svg
52-
mingw-w64-ucrt-x86_64-SDL2
52+
mingw-w64-ucrt-x86_64-sdl3
5353
mingw-w64-ucrt-x86_64-wavpack

.github/workflows/c-cpp.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04, ubuntu-24.04,
14-
macos-13, macos-15,
15-
windows-2022]
13+
os: [windows-2022]
14+
#os: [ubuntu-22.04, ubuntu-24.04,
15+
# macos-13, macos-15,
16+
# windows-2022]
1617
build-system: [autotools, meson]
1718
exclude:
1819
- os: macos-15

0 commit comments

Comments
 (0)