diff options
| author | John MacFarlane <[email protected]> | 2025-10-03 11:05:42 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-03 11:05:42 +0200 |
| commit | 1fd2cacee66c318fd7c45ad44536f5920e83c612 (patch) | |
| tree | a574dcbc47e6c6c0ac9363006a306778a362635f | |
| parent | e201e3370a96b2bb65940513e69969f2f9cf460b (diff) | |
release-candidate: switch from macos-13 to macos-15-intel.
macos-13 will be retired by Dec. 4, 2025.
| -rw-r--r-- | .github/workflows/release-candidate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 3bd1e8187..9c43d5b23 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -77,7 +77,7 @@ jobs: macos: - runs-on: macos-13 + runs-on: macos-15-intel steps: - uses: actions/checkout@v5 |
