Skip to content

Commit aa39a6c

Browse files
authored
Merge branch 'main' into muukii/fix-transition
2 parents c8ae31b + c493eb0 commit aa39a6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ on:
88

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

1313
steps:
1414
- uses: maxim-lobanov/[email protected]
1515
with:
16-
xcode-version: "16.0"
16+
xcode-version: "26.0"
1717
- uses: actions/checkout@v2
1818
- name: Install xcbeautify
1919
run: brew install xcbeautify
2020
- name: Test
2121
run: set -o pipefail && xcodebuild -scheme "FluidInterfaceKit-Package" -destination 'generic/platform=iOS Simulator' | xcbeautify
2222

2323
test:
24-
runs-on: macos-14
24+
runs-on: macos-26
2525

2626
steps:
2727
- uses: maxim-lobanov/[email protected]
2828
with:
29-
xcode-version: "16.0"
29+
xcode-version: "26.0"
3030
- uses: actions/checkout@v2
3131
with:
3232
submodules: true

.github/workflows/Docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: macos-14
11+
runs-on: macos-26
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
1515
- uses: maxim-lobanov/[email protected]
1616
with:
17-
xcode-version: "16.0"
17+
xcode-version: "26.0"
1818
- uses: actions/checkout@v2
1919
with:
2020
submodules: true # Fetch Hugo themes (true OR recursive)

0 commit comments

Comments
 (0)