Skip to content

Commit f9c59b9

Browse files
authored
[INFRA] Use the ubuntu-22.04 runner in all GitHub workflows (#168)
1 parent fd32bc5 commit f9c59b9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
config:
43-
- {os: ubuntu-20.04, r: '3.6.3'}
44-
- {os: ubuntu-20.04, r: '4.1.1'}
43+
- {os: ubuntu-22.04, r: '3.6.3'}
44+
- {os: ubuntu-22.04, r: '4.1.1'}
4545
# CRAN submission required to use this R version
46-
- {os: ubuntu-20.04, r: 'release'}
46+
- {os: ubuntu-22.04, r: 'release'}
4747

4848
env:
4949
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

.github/workflows/fill-gh-draft-release.yml

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

99
jobs:
1010
update_release_draft:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
permissions:
1313
# To create or update releases
1414
# https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: 'patch'
1010
jobs:
1111
bumpVersion:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- run: |
1515
echo "New version type: ${{ github.event.inputs.type }}"

.github/workflows/update_bpmn_visualization_version.yml

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

1111
jobs:
1212
updateVersion:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
env:
1515
VERSION: ${{ github.event.client_payload.version || github.event.inputs.version }}
1616
steps:

0 commit comments

Comments
 (0)