Skip to content

Commit 1c0fe83

Browse files
authored
use macos-26 (#74)
1 parent 876fb85 commit 1c0fe83

File tree

8 files changed

+11
-15
lines changed

8 files changed

+11
-15
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
lint:
11-
runs-on: macos-15
11+
runs-on: macos-26
1212
steps:
1313
- uses: actions/checkout@v5
1414

@@ -42,7 +42,7 @@ jobs:
4242
4343
build:
4444
needs: [lint, data]
45-
runs-on: macos-15
45+
runs-on: macos-26
4646
env:
4747
MOZC_SHA: ce1fb7fe48efb1d85f8e54eff1b05e9e692bf0d4
4848
strategy:
@@ -65,10 +65,6 @@ jobs:
6565
path: engines/fcitx5-mozc/mozc
6666
ref: ${{ env.MOZC_SHA }}
6767

68-
- uses: maxim-lobanov/setup-xcode@v1
69-
with:
70-
xcode-version: 16.4
71-
7268
- name: Install dependencies
7369
run: |
7470
brew install librsvg
@@ -101,13 +97,13 @@ jobs:
10197
- name: Install
10298
if: ${{ matrix.platform == 'SIMULATORARM64' }}
10399
run: |
104-
xcrun simctl boot "iPhone 16"
100+
xcrun simctl boot "iPhone 17"
105101
xcrun simctl install booted build/${{ matrix.platform }}/src/Release-iphonesimulator/Fcitx5.app
106102
xcrun simctl launch booted org.fcitx.Fcitx5
107103
108104
- name: Download artifact
109105
if: ${{ matrix.platform == 'OS64' }}
110-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v5
111107
with:
112108
merge-multiple: true
113109

.github/workflows/compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: wget -O release.ipa https://github.com/fcitx-contrib/fcitx5-ios/releases/download/latest/Fcitx5.ipa
1818

1919
- name: Download artifact
20-
uses: actions/download-artifact@v4
20+
uses: actions/download-artifact@v5
2121
with:
2222
merge-multiple: true
2323

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"type": "shell",
66
"label": "Open simulator",
7-
"command": "xcrun simctl boot 'iPhone 16' && open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app",
7+
"command": "xcrun simctl boot 'iPhone 17' && open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app",
88
"group": {
99
"kind": "build"
1010
}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.27)
1+
cmake_minimum_required(VERSION 4.1)
22

33
# Avoid MinSizeRel and RelWithDebInfo.
44
set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE STRING INTERNAL FORCE)

engines/fcitx5-chinese-addons

engines/fcitx5-rime

fcitx5

0 commit comments

Comments
 (0)