Skip to content

Commit 138e7ab

Browse files
authored
Merge pull request #135 from thin-edge/ci-remove-ubuntu-20.04-runners
ci: remove usage of deprecated ubuntu-20.04 runners
2 parents 556593c + 0d9a13d commit 138e7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# For security reasons, all pull requests need to be approved first before granting access to secrets
1818
# So the environment should be set to have a reviewer/s inspect it before approving it
1919
name: ${{ github.event_name == 'pull_request_target' && 'Test Pull Request' || 'Test Auto' }}
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Wait for approval
2323
run: echo "Approved"
2424

2525
test:
2626
name: Test ${{ matrix.job.target }} ${{ matrix.job.channel }}
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
needs: approve
2929
environment:
3030
name: Test Auto

0 commit comments

Comments
 (0)