Skip to content

Commit 1ece732

Browse files
Update macOS runners used to build binaries (#5404)
* Update macOS runners used to build binaries macOS runners prior to macOS 14 no longer appear to be available in the GitHub Actions public runner pool. See: https://github.com/actions/runner-images macOS 14 images are scheduled for deprecation on 6 July 2026. macOS 26 runners are currently in beta. macOS 15 runners are currently supported for both arm64 (macos-15, macos-latest) and amd64 (macos-15-intel). This change updates the runners used to build Fabric binaries to macos-latest (for amd64) and macos-15-intel (for amd64). Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com> * Use macos-15 instead of macos-latest Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com> --------- Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent e595f9b commit 1ece732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- image: ubuntu-24.04
3131
target: linux
3232
arch: arm64
33-
- image: macos-11
33+
- image: macos-15-intel
3434
target: darwin
3535
arch: amd64
36-
- image: macos-11
36+
- image: macos-15
3737
target: darwin
3838
arch: arm64
3939
- image: fabric-windows-latest

0 commit comments

Comments
 (0)