mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
fix: set macOS (Intel) runner to macos-15-intel (#1960)
This is the last version supported by GitHub Actions for macOS x86_64. The runner image `macos-13` is now deprecated. See https://github.com/actions/runner-images/issues/13046. For Apple Silicon the runner image is already set to `macos-latest`.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
os: windows-2022
|
||||
runtime: win-arm64
|
||||
- name: macOS (Intel)
|
||||
os: macos-13
|
||||
os: macos-15-intel
|
||||
runtime: osx-x64
|
||||
- name: macOS (Apple Silicon)
|
||||
os: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user