Skip to content

Commit 032e3b5

Browse files
committed
ci: use ubuntu 2204 run action
1 parent 6b7ac7a commit 032e3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: Build OpenResty ${{ matrix.openresty_version }}
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717

1818
strategy:
1919
matrix:
@@ -57,7 +57,7 @@ jobs:
5757
5858
test:
5959
name: Test ${{ matrix.busted_args }} (OpenResty ${{ matrix.openresty_version }})
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
needs: build
6262

6363
strategy:

0 commit comments

Comments
 (0)