From dd7045902ca63d2bd74d58d0f1892eaf62941b34 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:18:13 +0900 Subject: [PATCH] ci: use the new build system in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7c8a12..4c55a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: restore-keys: ${{ runner.os }}-swiftpm- - run: ./scripts/ci-install-swift.sh - run: swift --version - - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json + - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild build-macos: runs-on: macos-26 permissions: @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - run: ./scripts/ci-install-swift.sh - run: swift --version - - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json + - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild lint: runs-on: ubuntu-24.04-arm permissions: