Skip to content

Commit

Permalink
[GHA] switch to use macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Feb 26, 2024
1 parent 9e971fd commit 6e89f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
run: ctest --output-on-failure

# CI on macOS (Qt6)
ci-macos-qt6:
ci-macos-x86-qt6:
name: "macOS (x86_64; qt6)"
runs-on: macos-latest
runs-on: macos-13
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 Down Expand Up @@ -159,9 +159,9 @@ jobs:
run: ctest --output-on-failure

# CI on macOS (Qt6)
ci-macos14-qt6:
ci-macos-arm-qt6:
name: "macOS (arm64; qt6)"
runs-on: macos-14
runs-on: macos-13-xlarge
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 Down

0 comments on commit 6e89f02

Please sign in to comment.