Skip to content

Commit cf28bb0

Browse files
committed
update pipelines to xcode 26
1 parent 158f3e3 commit cf28bb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_beta.yml

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

88
jobs:
99
deploy:
10-
runs-on: macos-latest
10+
runs-on: macos-26
1111

1212
strategy:
1313
matrix:

.github/workflows/lint_test_build.yml

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

99
jobs:
1010
build:
11-
runs-on: macos-latest
11+
runs-on: macos-26
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)