Skip to content

Commit 2e3ec4c

Browse files
committed
Fix github actions script
1 parent 3d86a2f commit 2e3ec4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Test ${{ matrix.module }} on JDK ${{ matrix.java }}
12-
runs-on: ubuntu-20.04 # or ubuntu-latest
12+
runs-on: ubuntu-latest
1313

1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)