Skip to content

Commit fca2d22

Browse files
authored
Update CI runner
1 parent 0d9136e commit fca2d22

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
matrix:
1313
version: [1.26.2, 1.27.1, 1.28.2]
1414
fail-fast: false
15-
runs-on: "ubuntu-20.04"
15+
runs-on: "ubuntu-24.04"
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
- name: get dependencies
2020
run: |
2121
sudo apt update
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install libnet-dns-perl
2626
sudo cpan -T -i Test::More
2727
- name: 'checkout luajit2'
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v6
2929
with:
3030
repository: openresty/luajit2
3131
path: luajit2

.github/workflows/test_nginx_lastest_commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
matrix:
1414
compiler:
1515
- { compiler: LLVM, CC: clang, CXX: clang++}
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-24.04"
1717
env:
1818
CC: ${{ matrix.compiler.CC }}
1919
CXX: ${{ matrix.compiler.CXX }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- name: get dependencies
2323
run: |
2424
sudo apt update
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get install libnet-dns-perl
2929
sudo cpan -T -i Test::More
3030
- name: 'checkout luajit2'
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v6
3232
with:
3333
repository: openresty/luajit2
3434
path: luajit2

0 commit comments

Comments
 (0)