aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-06-16 11:16:53 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-06-16 12:44:05 +0000
commit8bbc32480244e3dbb5ef2aef338003a1af7e5200 (patch)
tree0ac73b3ac376159283a07813047b3d4e0ad49737 /.github
parenteaa7fdfcc58994435529fbe9475c342a625e5ec1 (diff)
GutHub actions: remove redundant job
Change-Id: Id74fceeca982e2ec5ad5f4f7a7517f26705c2e5c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 81266d725..fa17da28f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -622,16 +622,6 @@ jobs:
target: 'desktop',
toolchain: 'clang_64',
xcodeVersion: '14.3',
- testProfile: 'xcode_14_3-macosx-x86_64',
- qtVersion: '5.15.2',
- script: './scripts/test-qbs.sh',
- }
- - {
- name: 'Run macOS tests (Xcode 14.3)',
- runner: 'macos-13',
- target: 'desktop',
- toolchain: 'clang_64',
- xcodeVersion: '14.3',
testProfile: 'xcode_14_2-macosx-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',