Skip to content

Commit

Permalink
[#11116] Bump Ubuntu in workflow from 20.04 to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jun 3, 2024
1 parent ca47948 commit 0890bf1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
latest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
repository-dispatch-event:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/it-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pullrequest_IT:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
PR_NUMBER: ${{ github.event.client_payload.github.payload.issue.number }}
PR_P: ${{ github.event.issue.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/it-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '10 7 * * *'
jobs:
integration-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-central-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: |
echo "Release ref: ${{ github.event.inputs.git-ref }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v2
Expand Down

0 comments on commit 0890bf1

Please sign in to comment.