Skip to content

Commit 28d2f6e

Browse files
committed
fix: bump runners to macOS 26
1 parent 67e61b5 commit 28d2f6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
sign:
8-
runs-on: macos-14
8+
runs-on: macos-26
99
timeout-minutes: 30
1010
env:
1111
SECRET_URL: "${{ secrets.SECRET_URL }}"

.semaphore/semaphore.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: v1.0
22
name: CI
33
agent:
44
machine:
5-
type: a1-standard-4
6-
os_image: macos-xcode15
5+
type: a2-standard-4
6+
os_image: macos-xcode26
77
execution_time_limit:
88
minutes: 30
99

@@ -16,12 +16,7 @@ blocks:
1616
- checkout
1717
- nvm install 20
1818
- cache restore session
19-
# remove once bundled fastlane >= 2.225.0
20-
- curl https://mise.jdx.dev/mise-latest-macos-x64 > ~/mise
21-
- chmod +x ~/mise
22-
- ~/mise plugins install https://github.com/mollyIV/asdf-fastlane.git
23-
- ~/mise use -g fastlane
24-
- PYTHONUNBUFFERED=1 ~/mise exec fastlane -- ./sign.py
19+
- PYTHONUNBUFFERED=1 ./sign.py
2520
- cache delete session
2621
- cache store session ~/.fastlane
2722
secrets:

0 commit comments

Comments
 (0)