Skip to content

Commit 49625aa

Browse files
committed
use ubuntu 18
1 parent f32b330 commit 49625aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build:
1717
if: github.event_name != 'release'
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-18.04
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:
@@ -41,7 +41,7 @@ jobs:
4141

4242
release:
4343
if: github.event_name == 'release'
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-18.04
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Set up JDK 1.8

0 commit comments

Comments
 (0)