Skip to content

Commit

Permalink
Fixed OS version error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav-Bell committed Oct 1, 2023
1 parent 3138676 commit ad44f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- { target: x86_64-apple-darwin , os: macos-12 }
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
- { target: aarch64-pc-windows-msvc , os: windows-2019 }
- { target: aarch64-pc-windows-msvc , os: windows-latest }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
env:
Expand Down

0 comments on commit ad44f77

Please sign in to comment.