Skip to content

Commit 075a77c

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 leave that as is.
1 parent 67cb890 commit 075a77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/task_acceptance_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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)