Skip to content

Commit

Permalink
CI: simplify build matrix on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jan 30, 2025
1 parent 43b6b11 commit eef0c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ jobs:
build-macos:
strategy:
matrix:
include:
- qt_version_name: 5.15
qt_version_major: 5
- qt_version_name: 6.7
qt_version_major: 6
qt_version_major: [5, 6]

runs-on: macos-latest
name: build-macos-qt${{matrix.qt_version_name}}
name: build-macos-qt${{matrix.qt_version_major}}

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build-macos:
runs-on: macos-latest
name: build-macos-qt${{matrix.qt_version_name}}
name: build-macos-qt5

steps:
- name: Checkout
Expand Down

0 comments on commit eef0c60

Please sign in to comment.