Skip to content

Commit 13cdd0a

Browse files
committed
upgrading ubuntu runner to latest
1 parent e076234 commit 13cdd0a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
1616
- name: Check out code
@@ -40,7 +40,7 @@ jobs:
4040
JVM_OPTS: -Xmx1g
4141
TERM: dumb
4242
muzzle:
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-latest
4444
steps:
4545
- name: Check out code
4646
uses: actions/[email protected]
@@ -71,7 +71,7 @@ jobs:
7171

7272
#TODO
7373
# dependency-check:
74-
# runs-on: ubuntu-20.04
74+
# runs-on: ubuntu-latest
7575
# steps:
7676
# - name: Check out code
7777
# uses: actions/[email protected]

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
1111
- name: Check out code
@@ -34,7 +34,7 @@ jobs:
3434
TERM: dumb
3535

3636
smoke-test:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
4040
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly", "other" ]
@@ -68,7 +68,7 @@ jobs:
6868

6969
release:
7070
needs: [ test, smoke-test ]
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-latest
7272
steps:
7373
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
7474
- name: Check out code

.github/workflows/smoke-test.yml

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

1111
jobs:
1212
smoke-test:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
1616
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly", "other" ]

0 commit comments

Comments
 (0)