Skip to content

Commit d49035c

Browse files
committed
Change run-on image for CI pipeline
As `ubuntu-20.04` was deprecated and already removed we switched to `ubuntu-latest` instead.
1 parent 65191d7 commit d49035c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
e2e_tests:
99
name: end to end tests
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
phpipam-version: ['v1.4x', 'v1.5x']

0 commit comments

Comments
 (0)