We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f334d commit f64cf35Copy full SHA for f64cf35
.github/actions/install-dependencies/action.yml
@@ -49,5 +49,5 @@ runs:
49
mingw-w64-ucrt-x86_64-qt6-base
50
mingw-w64-ucrt-x86_64-qt6-multimedia
51
mingw-w64-ucrt-x86_64-qt6-svg
52
- mingw-w64-ucrt-x86_64-SDL2
+ mingw-w64-ucrt-x86_64-sdl3
53
mingw-w64-ucrt-x86_64-wavpack
.github/workflows/c-cpp.yml
@@ -10,9 +10,10 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- os: [ubuntu-22.04, ubuntu-24.04,
14
- macos-13, macos-15,
15
- windows-2022]
+ os: [windows-2022]
+ #os: [ubuntu-22.04, ubuntu-24.04,
+ # macos-13, macos-15,
16
+ # windows-2022]
17
build-system: [autotools, meson]
18
exclude:
19
- os: macos-15
0 commit comments