File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
1515
1616jobs :
1717 luajit :
18- runs-on : ubuntu-20 .04
18+ runs-on : ubuntu-22 .04
1919 strategy :
2020 fail-fast : false
2121 matrix :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: read-all
1010
1111jobs :
1212 luajit :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 strategy :
1515 fail-fast : false
1616 matrix :
Original file line number Diff line number Diff line change 1616# are covered by fuzzing.
1717
1818 Coverage :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : ./.github/actions/setup
4646# code coverage.
4747
4848 Pruning :
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-22 .04
5050 steps :
5151 - uses : actions/checkout@v4
5252 - uses : ./.github/actions/setup
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions: read-all
3535
3636jobs :
3737 luajit :
38- runs-on : ubuntu-20 .04
38+ runs-on : ubuntu-22 .04
3939 strategy :
4040 fail-fast : false
4141 matrix :
You can’t perform that action at this time.
0 commit comments