Skip to content

Commit fb216dd

Browse files
committed
upgrade gha runners to ubuntu 22.04
1 parent f8486a1 commit fb216dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
go: ["1.22", "1.23"]
@@ -59,7 +59,7 @@ jobs:
5959
run: make check-examples
6060

6161
security:
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-22.04
6363
steps:
6464
- uses: actions/checkout@master
6565
- name: Run Snyk to check for vulnerabilities

0 commit comments

Comments
 (0)