Skip to content

Commit

Permalink
Update ubuntu version in workflows (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 23, 2023
1 parent e3d7e0b commit ad4e2a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
packages: read
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04 ]
os: [ windows-2019, ubuntu-22.04 ]
suite: [ "glassfish", "jboss", "jetty", "liberty", "profiler", "tomcat", "tomee", "weblogic", "websphere", "wildfly", "other" ]
exclude:
- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
packages: read
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04 ]
os: [ windows-2019, ubuntu-22.04 ]
suite: [ "glassfish", "jboss", "jetty", "liberty", "profiler", "tomcat", "tomee", "weblogic", "websphere", "wildfly", "other" ]
exclude:
- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
packages: read
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04 ]
os: [ windows-2019, ubuntu-22.04 ]
suite: [ "glassfish", "jboss", "jetty", "liberty", "profiler", "tomcat", "tomee", "weblogic", "websphere", "wildfly", "other" ]
exclude:
- os: ${{ !contains(github.event.pull_request.labels.*.name, 'test windows') && 'windows-2019' || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-profiling-petclinic-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch
jobs:
push_to_registry_linux:
name: publish custom linux spring-petclinic base image for profiling
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
jdk_version: [8, 11, 17]
Expand Down

0 comments on commit ad4e2a3

Please sign in to comment.