Skip to content

Commit

Permalink
remove failing ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Aug 30, 2024
1 parent 350d3b2 commit 45d75a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
qt_version: [6.2.4, 6.5.3, 6.6.3, 6.7.2, 6.8.0]
qt_version: [6.2.4, 6.5.3, 6.6.3, 6.7.2]

steps:
- name: Install ninja
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ environment:
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# Qt 6.6
- QTDIR: C:\Qt\6.6\msvc2019_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
#- QTDIR: C:\Qt\6.6\msvc2019_64
# CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
branches:
only:
- master
Expand Down

0 comments on commit 45d75a5

Please sign in to comment.