Skip to content

Commit fa8fe24

Browse files
authored
change runners image to ubuntu latest (#42)
Change workflow runners to Ubuntu latest (#42)
1 parent 9a9bd5a commit fa8fe24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch-validations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
validate:
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up JDK 11
@@ -36,7 +36,7 @@ jobs:
3636
run: mvn -s .github/maven_settings.xml validate
3737

3838
security-checks:
39-
runs-on: ubuntu-18.04
39+
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Set up JDK 11

.github/workflows/deploy-published-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Maven Central Repository

0 commit comments

Comments
 (0)