File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments