From d00c5a198285d2f23f7c3addf91694f0d2807e0a Mon Sep 17 00:00:00 2001 From: reya Date: Wed, 4 Mar 2026 15:32:54 +0700 Subject: [PATCH] chore: fix ci --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 82bf692..8c89a97 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - os: [ghcr.io/catthehacker/ubuntu:rust-latest] + os: [ubuntu-latest, macos-latest, windows-latest] rustup: [stable] runs-on: ${{ matrix.os }} @@ -23,6 +23,7 @@ jobs: - name: script/linux run: chmod +x ./script/linux && ./script/linux + if: matrix.os == 'ubuntu-latest' - name: Build run: cargo build --verbose