ci: Bump macos runner images (#417)

Closes #416.

Workflows using x86_64-apple-darwin target with a `macos-13` runner
image have been migrated to `macos-15-intel` due to deprecation (see
#416), and `macos-14` images have been migrated to `macos-15`.
This commit is contained in:
LJ
2025-11-29 11:06:30 +01:00
committed by GitHub
parent 8cd10a6136
commit 94b14b079b
6 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
outputs:
resolc-universal-apple-darwin_url: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_url }}
resolc-universal-apple-darwin_sha: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_sha }}
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/download-artifact@v4
with: