Skip to content

Commit

Permalink
fix: bump down ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Feb 16, 2024
1 parent 37dc4e2 commit cd79f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest, ubuntu-20.04, macos-latest]
platform: [windows-latest, ubuntu-18.04, macos-latest]

steps:
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit cd79f23

Please sign in to comment.