Skip to content

Commit 6aacec4

Browse files
committed
acceptance-tests.yml: Upgrade workflow from unsupported platform
Ubuntu 20.04 LTS reached its EOL in April 2025. Upgraded platform to Ubuntu 22.04 LTS. Signed-off-by: Lars Erik Wik <[email protected]>
1 parent c68235e commit 6aacec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
acceptance_tests:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

0 commit comments

Comments
 (0)