mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 13:48:08 +00:00
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:
@@ -54,11 +54,13 @@ jobs:
|
||||
- target: aarch64-apple-darwin
|
||||
builder-arg: gnu
|
||||
host: macos
|
||||
runner: macos-14
|
||||
runner: macos-15
|
||||
- target: x86_64-apple-darwin
|
||||
builder-arg: gnu
|
||||
host: macos
|
||||
runner: macos-13
|
||||
# `macos-15-intel` will be the last x86_64 `macos` image supported by GHA.
|
||||
# It will be available until Aug. 2027 (see https://github.com/actions/runner-images/issues/13045).
|
||||
runner: macos-15-intel
|
||||
- target: x86_64-pc-windows-msvc
|
||||
builder-arg: gnu
|
||||
host: windows
|
||||
|
||||
Reference in New Issue
Block a user