Skip to content

Commit

Permalink
Switch CI to win
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Dec 13, 2023
1 parent 98501ec commit f70b374
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
job:
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
- { target: x86_64-apple-darwin , os: macos-12 }
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 }
# - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
# - { target: x86_64-apple-darwin , os: macos-12 }
- { target: x86_64-pc-windows-msvc , os: windows-2022 }

steps:
Expand All @@ -42,16 +42,14 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: windows-2022

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Use cached dependencies
uses: Swatinem/rust-cache@v2
with:
key: "ubuntu-22.04-x86_64-unknown-linux-gnu"

- name: Install clippy and rustfmt
run: |
Expand Down

0 comments on commit f70b374

Please sign in to comment.