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