Skip to content

Commit 9366ec8

Browse files
committed
Use ubuntu-latest
1 parent 01abef5 commit 9366ec8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on: [push, pull_request]
55
jobs:
66
test:
77
name: Build app
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
- uses: actions/checkout@v2
12+
1213
- name: Set up JDK 17
1314
uses: actions/setup-java@v2
1415
with:
1516
distribution: adopt
1617
java-version: 17
18+
1719
- name: Build app
1820
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)