diff options
| author | John MacFarlane <[email protected]> | 2025-12-09 09:37:45 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-09 09:37:45 +0100 |
| commit | b347de3cdf6ba38f2c5bc5bf0da9db268c3ce321 (patch) | |
| tree | 21cfff4e026de0fbb3607d60e2c89c607bdd2409 | |
| parent | 457d18df5724a9e4e8542c936fe60e2a67d931f9 (diff) | |
nightly: build macos on macos-latest (arm64).
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
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 |
