Skip to content

Commit

Permalink
CI: try to fix macOS build(temporar)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 4, 2025
1 parent d4eac0e commit c04e137
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: macOS x64/arm64
#name: macOS x64/arm64
name: macOS arm64

on: [push]

Expand All @@ -7,7 +8,8 @@ jobs:
strategy:
matrix:
qt_version_major: [5, 6]
os: [macos-latest-large, macos-latest-xlarge]
os: [macos-latest]
#os: [macos-latest-large, macos-latest-xlarge]

runs-on: ${{matrix.os}}
name: build-${{matrix.os}}-qt${{matrix.qt_version_major}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS-conda x64
name: macOS-conda arm64

on: [push]

Expand Down

0 comments on commit c04e137

Please sign in to comment.