Skip to content

Commit 470bbee

Browse files
committed
Use ubuntu-latest instead of 20.04
The ubuntu 20.04 GitHub runner is deprecated and will be dropped April 1, so use latest. The other ubuntu 20.04 instance is used to provision a docker container, so use 22.04.
1 parent 67cb890 commit 470bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
name: On ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ 'ubuntu-20.04', 'rocky-8' ]
15+
os: [ 'ubuntu-22.04', 'rocky-8' ]
1616

1717
env:
1818
ruby_version: '3.1'
1919
GEM_BOLT: true
2020
BEAKER_debug: true
2121
BEAKER_set: docker/${{ matrix.os }}
2222

23-
runs-on: 'ubuntu-20.04'
23+
runs-on: 'ubuntu-latest'
2424
steps:
2525
- name: Checkout current PR code
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)