Skip to content

Commit d744a66

Browse files
committed
fixup! Use macos-15 distro as macos-13 is deprecated in GHA
1 parent 9383268 commit d744a66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/generate-ci/gen_ci.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ runner AArch64 Windows = error "aarch64 windows not supported"
199199
bindistRunner :: Arch -> Opsys -> [Value]
200200
bindistRunner Amd64 (Linux _) = ["self-hosted", "linux-space", "maerwald"]
201201
bindistRunner AArch64 (Linux _) = ["self-hosted", "Linux", "ARM64", "maerwald"]
202-
bindistRunner Amd64 Darwin = ["macOS-13"]
202+
bindistRunner Amd64 Darwin = ["macOS-15"]
203203
bindistRunner AArch64 Darwin = ["self-hosted", "macOS", "ARM64"]
204204
bindistRunner Amd64 Windows = ["windows-latest"]
205205
bindistRunner AArch64 Windows = error "aarch64 windows not supported"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ jobs:
10011001
- build-x86_64-mac-9122
10021002
- build-x86_64-mac-9141
10031003
runs-on:
1004-
- macOS-13
1004+
- macOS-15
10051005
steps:
10061006
- name: Checkout
10071007
uses: actions/checkout@v4

0 commit comments

Comments
 (0)