Skip to content

Commit e67974b

Browse files
authored
fix ubuntu for action (#516)
1 parent b7c8f3c commit e67974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: true
2121
jobs:
2222
run_build:
23-
runs-on: ubuntu-18.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: set up JDK 8

0 commit comments

Comments
 (0)