Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint:
runs-on: macos-15
runs-on: macos-26
steps:
- uses: actions/checkout@v5
with:
Expand All @@ -25,7 +25,7 @@ jobs:

build:
needs: lint
runs-on: macos-15
runs-on: macos-26
strategy:
fail-fast: false
matrix:
Expand All @@ -40,13 +40,7 @@ jobs:
with:
submodules: recursive

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.4

- uses: lukka/[email protected]

- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: 24.x

Expand All @@ -59,8 +53,7 @@ jobs:
nlohmann-json \
extra-cmake-modules \
librsvg \
md5sha1sum \
ninja
md5sha1sum
./scripts/install-deps.sh ${{ matrix.arch }}
npm i -g pnpm
pnpm --prefix=fcitx5-webview i
Expand All @@ -73,7 +66,6 @@ jobs:
git fetch --tags -f
# Don't log key on any CI artifact.
cmake -B build/${{ matrix.arch }} -G Ninja \
-DCMAKE_Swift_COMPILER=`which swiftc` \
-DKEY_LOGGING=OFF \
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }} \
-DCMAKE_BUILD_TYPE=${{ matrix.type }}
Expand Down
2 changes: 1 addition & 1 deletion fcitx5
Submodule fcitx5 updated 2 files
+270 −176 po/fr.po
+5 −2 src/im/keyboard/keyboard.cpp
2 changes: 1 addition & 1 deletion fcitx5-webview
Loading