Skip to content

Commit

Permalink
CI: remove Ubuntu 18 build and add macOS ARM build
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
  • Loading branch information
ppisa committed Sep 29, 2024
1 parent cbc61d1 commit b3cbddf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,19 @@ jobs:
qt_version: "6.2.1"
}
- {
name: "Ubuntu 18 GCC",
os: ubuntu-18.04,
name: "macOS AMD64 Clang",
os: macos-13,
build_type: "Debug",
cc: "gcc", cxx: "g++", build_system: "Unix Makefiles",
qt_version: "native",
qt_install_command: "sudo apt-get install qt5-default"
# Apt is significantly faster that aqt.
cc: "clang", cxx: "clang++", build_system: "Unix Makefiles",
qt_version: "5.15.2",
# Cached aqt is faster that brew.
}
- {
name: "macOS Latest Clang",
name: "macOS ARM Clang + Qt6",
os: macos-latest,
build_type: "Debug",
cc: "clang", cxx: "clang++", build_system: "Unix Makefiles",
qt_version: "5.15.2",
qt_version: "6.6.3",
# Cached aqt is faster that brew.
}
- {
Expand Down

0 comments on commit b3cbddf

Please sign in to comment.