summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2024-02-26 14:19:32 +0700
committerAlexander V. Wolf <aw@altspu.ru>2024-02-26 14:19:32 +0700
commit6e89f02f880eef9b2f0e78bf1470933ead22bd04 (patch)
treec92ad6931e7bc5515b07c50625730841d50674c0
parent9e971fd233700d492f42bdb7396fd9b0e8149e86 (diff)
[GHA] switch to use macOS 13
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d144d3758..fd513a95bd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
@@ -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