Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege committed Jan 25, 2025
1 parent ff45c6e commit d7f5564
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
matrix:
job:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
os: ubuntu-latest
test: false
publish: true

- target: x86_64-apple-darwin
test: false
os: macos-11
os: macos-latest

- target: aarch64-apple-darwin
os: macos-11
os: macos-latest

- target: x86_64-pc-windows-msvc
test: false
os: windows-2022
os: windows-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d7f5564

Please sign in to comment.