Skip to content

Commit 53fc8a2

Browse files
committed
build(deps): use macos-26 public runners vs macos-15
the inexorable march of versions
1 parent eeaded1 commit 53fc8a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# 2- self-hosted runner label is configured in Tartelet app on runner host
3737
# It is in format 'macos-*' to work with our label splitter below
3838
primary-runner: "macos-selfhosted"
39-
fallback-runner: "macos-15"
39+
fallback-runner: "macos-26"
4040
github-token: ${{ secrets.MIKE_HARDY_ORG_ADMIN_KEY }}
4141

4242
# We want to generate our matrix dynamically

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
organization: "ankidroid"
4545
# self-hosted runner label is configured in Tartelet app on runner host
4646
primary-runner: "macos-selfhosted"
47-
fallback-runner: "macos-15"
47+
fallback-runner: "macos-26"
4848
github-token: ${{ secrets.MIKE_HARDY_ORG_ADMIN_KEY }}
4949

5050
build:

0 commit comments

Comments
 (0)