Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 11, 2024
1 parent 7907400 commit 66a6237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rustfmt_check:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-20.04]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install valgrind dependencies
# On Debian, Ubuntu libc6-dbg is required for valgrind
run: |
sudo apt-get -y install libc6-dbg=2.35-0ubuntu3.6
sudo apt-get -y install libc6-dbg
cargo install cargo-valgrind --version 2.0.2
- name: Cache valgrind
Expand Down

0 comments on commit 66a6237

Please sign in to comment.