chore: fix ci

This commit is contained in:
2026-03-04 15:32:54 +07:00
parent c054017d7e
commit d00c5a1982

View File

@@ -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