Skip to content

Commit b3cbddf

Browse files
committed
CI: remove Ubuntu 18 build and add macOS ARM build
Signed-off-by: Pavel Pisa <[email protected]>
1 parent cbc61d1 commit b3cbddf

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/debug.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,19 @@ jobs:
2929
qt_version: "6.2.1"
3030
}
3131
- {
32-
name: "Ubuntu 18 GCC",
33-
os: ubuntu-18.04,
32+
name: "macOS AMD64 Clang",
33+
os: macos-13,
3434
build_type: "Debug",
35-
cc: "gcc", cxx: "g++", build_system: "Unix Makefiles",
36-
qt_version: "native",
37-
qt_install_command: "sudo apt-get install qt5-default"
38-
# Apt is significantly faster that aqt.
35+
cc: "clang", cxx: "clang++", build_system: "Unix Makefiles",
36+
qt_version: "5.15.2",
37+
# Cached aqt is faster that brew.
3938
}
4039
- {
41-
name: "macOS Latest Clang",
40+
name: "macOS ARM Clang + Qt6",
4241
os: macos-latest,
4342
build_type: "Debug",
4443
cc: "clang", cxx: "clang++", build_system: "Unix Makefiles",
45-
qt_version: "5.15.2",
44+
qt_version: "6.6.3",
4645
# Cached aqt is faster that brew.
4746
}
4847
- {

0 commit comments

Comments
 (0)