Skip to content

Commit be5c0ea

Browse files
committed
Fix the Ubuntu version reference
1 parent e6a987b commit be5c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
tests:
6363
needs: [notify-build-start, lint]
64-
runs-on: ubuntu-${{ matrix.os }}
64+
runs-on: ubuntu-${{ matrix.ubuntu }}
6565
strategy:
6666
fail-fast: false
6767
matrix:

0 commit comments

Comments
 (0)