Skip to content

Commit

Permalink
ci: drop Qt5 Mac and Win64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 17, 2024
1 parent bb8b605 commit 129d29a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ jobs:
fail-fast: false
matrix:
config:
- os: macos
os_version: 12
qt_version: 5.15.2
qt_modules:
arch: x64
artifacts_id: macos-qt5
cmake_opts: -DKLOGG_OSX_DEPLOYMENT_TARGET=11.7
- os: macos
os_version: 12
qt_version: 6.7.3
Expand Down Expand Up @@ -215,14 +208,6 @@ jobs:
cmake_opts:
artifacts_id: windows-x64-qt6

- os: windows
os_version: 2022
qt_version: 5.15.2
arch: x64
ssl_arch: -x64
cmake_opts:
artifacts_id: windows-x64-qt5

- os: windows
os_version: 2022
qt_version: 5.15.2
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,11 @@ jobs:
- name: Upload symbols mac
shell: sh
run: |
sentry-cli upload-dif ./packages-macos-qt5/klogg-Qt5.app/Contents/MacOS/klogg ./packages-macos-qt5/klogg-Qt5.dSym
sentry-cli upload-dif ./packages-macos-qt6/klogg-Qt6.app/Contents/MacOS/klogg ./packages-macos-qt6/klogg-Qt6.dSym
- name: Upload symbols win
shell: sh
run: |
sentry-cli upload-dif ./packages-windows-x64-qt5/klogg-$KLOGG_VERSION-x64-Qt5-pdb.zip
sentry-cli upload-dif ./packages-windows-x86-qt5/klogg-$KLOGG_VERSION-x86-Qt5-pdb.zip
sentry-cli upload-dif ./packages-windows-x64-qt6/klogg-$KLOGG_VERSION-x64-Qt6-pdb.zip
Expand All @@ -82,7 +80,6 @@ jobs:
rm -rf ./packages-noble/klogg_noble
rm -rf ./packages-oracle/klogg_oracle
rm -rf ./packages-appimage/klogg_appimage
rm -rf ./packages-macos-qt5/klogg-Qt5.app
rm -rf ./packages-macos-qt6/klogg-Qt6.app
mkdir ./linux-debug
mv ./packages-focal/klogg_focal.debug ./linux-debug
Expand Down Expand Up @@ -113,7 +110,6 @@ jobs:
automatic_release_tag: continuous-win
prerelease: true
files: |
./packages-windows-x64-qt5/*
./packages-windows-x86-qt5/*
./packages-windows-x64-qt6/*
Expand All @@ -139,7 +135,6 @@ jobs:
automatic_release_tag: continuous-osx
prerelease: true
files: |
./packages-macos-qt5/*
./packages-macos-qt6/*
- name: Discord notification
Expand Down

0 comments on commit 129d29a

Please sign in to comment.