aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-09 09:37:45 +0100
committerJohn MacFarlane <[email protected]>2025-12-09 09:37:45 +0100
commitb347de3cdf6ba38f2c5bc5bf0da9db268c3ce321 (patch)
tree21cfff4e026de0fbb3607d60e2c89c607bdd2409 /.github/workflows
parent457d18df5724a9e4e8542c936fe60e2a67d931f9 (diff)
nightly: build macos on macos-latest (arm64).
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 215f5f255..0252ffa26 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -71,7 +71,7 @@ jobs:
macos:
- runs-on: macos-13
+ runs-on: macos-latest
steps:
- uses: actions/checkout@v6