Skip to content

Commit f913f90

Browse files
committed
gh-actions: fixes
1 parent dcea357 commit f913f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
matrix:
99
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212

1313
- name: make run
1414
run: make run CFLAGS=-fPIC
1515

1616
- name: make valgrind
17-
if: matrix.os == 'ubuntu-20.04'
17+
if: matrix.os == 'ubuntu-latest'
1818
run: |
1919
sudo apt install valgrind
2020
make valgrind CFLAGS=-fPIC

0 commit comments

Comments
 (0)