We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaded1 commit 53fc8a2Copy full SHA for 53fc8a2
.github/workflows/build-quick.yml
@@ -36,7 +36,7 @@ jobs:
36
# 2- self-hosted runner label is configured in Tartelet app on runner host
37
# It is in format 'macos-*' to work with our label splitter below
38
primary-runner: "macos-selfhosted"
39
- fallback-runner: "macos-15"
+ fallback-runner: "macos-26"
40
github-token: ${{ secrets.MIKE_HARDY_ORG_ADMIN_KEY }}
41
42
# We want to generate our matrix dynamically
.github/workflows/build-release.yml
@@ -44,7 +44,7 @@ jobs:
44
organization: "ankidroid"
45
# self-hosted runner label is configured in Tartelet app on runner host
46
47
48
49
50
build:
0 commit comments