Skip to content

Commit f506d77

Browse files
committed
fix: ci runner
1 parent 802cc05 commit f506d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- "1.25.3.1"
1515
- "1.27.1.1"
1616

17-
runs-on: "ubuntu-20.04"
17+
runs-on: "ubuntu-latest"
1818

1919
env:
2020
OPENRESTY_VERSION: ${{ matrix.op_version }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: "ubuntu-20.04"
11+
runs-on: "ubuntu-latest"
1212

1313
steps:
1414
- name: Check out code

0 commit comments

Comments
 (0)