Skip to content

Commit

Permalink
Fix CI for macOS (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w authored Mar 11, 2024
1 parent 131b9ff commit 0ed3dd7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# CI on macOS (Qt5)
ci-macos-qt5:
name: "macOS (x86_64; qt5)"
runs-on: macos-13
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.actor, 'transifex')"

# @TODO Enable gpsd on macOS instance for CI testing
Expand All @@ -97,10 +97,7 @@ jobs:
- name: Install dependencies
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
PYTHONSTRICTEXTENSIONBUILD: 1
run: |
# brew update
# brew upgrade
Expand Down Expand Up @@ -130,7 +127,7 @@ jobs:
# CI on macOS (Qt6)
ci-macos-intel-qt6:
name: "macOS (x86_64; qt6)"
runs-on: macos-13
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.actor, 'transifex')"

# @TODO Enable gpsd on macOS instance for CI testing
Expand All @@ -139,10 +136,7 @@ jobs:
- name: Install dependencies
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
PYTHONSTRICTEXTENSIONBUILD: 1
run: |
# brew update
# brew upgrade
Expand Down

0 comments on commit 0ed3dd7

Please sign in to comment.