Skip to content

Commit 75d8b1d

Browse files
tuedajodavies
authored andcommitted
ci(deploy): migrate from macos-13 to macos-15-intel
The macos-13 (x86_64) runner image is deprecated. This patch migrates to macos-15-intel, the last supported Intel-based macOS image for GitHub- hosted runners. See: actions/runner-images#13046 https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
1 parent afebe66 commit 75d8b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
# platforms available.
6363
- {os: ubuntu-24.04-arm, shell: bash, bin: form}
6464
- {os: ubuntu-24.04-arm, shell: bash, bin: tform}
65-
- {os: macos-13, shell: bash, bin: form}
66-
- {os: macos-13, shell: bash, bin: tform}
65+
- {os: macos-15-intel, shell: bash, bin: form}
66+
- {os: macos-15-intel, shell: bash, bin: tform}
6767
# The macos-14 runner image is based on the arm64 architecture.
6868
- {os: macos-14, shell: bash, bin: form}
6969
- {os: macos-14, shell: bash, bin: tform}
@@ -290,7 +290,7 @@ jobs:
290290
}
291291
make_tar_gz x86_64-linux '*-ubuntu-24.04/*form'
292292
make_tar_gz arm64-linux '*-ubuntu-24.04-arm/*form'
293-
make_tar_gz x86_64-osx '*-macos-13/*form'
293+
make_tar_gz x86_64-osx '*-macos-15-intel/*form'
294294
make_tar_gz arm64-osx '*-macos-14/*form'
295295
make_zip x86_64-windows '*-windows-2022/*form.exe'
296296

0 commit comments

Comments
 (0)