aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-03 11:05:42 +0200
committerJohn MacFarlane <[email protected]>2025-10-03 11:05:42 +0200
commit1fd2cacee66c318fd7c45ad44536f5920e83c612 (patch)
treea574dcbc47e6c6c0ac9363006a306778a362635f /.github
parente201e3370a96b2bb65940513e69969f2f9cf460b (diff)
release-candidate: switch from macos-13 to macos-15-intel.
macos-13 will be retired by Dec. 4, 2025.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-candidate.yml2
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