File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121jobs :
2222 lint :
2323 timeout-minutes : 10
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - name : Checkout repository and submodules
2727 uses : actions/checkout@v4.2.2
4545
4646 build_native :
4747 timeout-minutes : 10
48- runs-on : ubuntu-22 .04
48+ runs-on : ubuntu-24 .04
4949 steps :
5050 - name : Checkout repository and submodules
5151 uses : actions/checkout@v4.2.2
6868
6969 build_wasm :
7070 timeout-minutes : 10
71- runs-on : ubuntu-22 .04
71+ runs-on : ubuntu-24 .04
7272 steps :
7373 - name : Checkout repository and submodules
7474 uses : actions/checkout@v4.2.2
9999
100100 test_native :
101101 timeout-minutes : 10
102- runs-on : ubuntu-22 .04
102+ runs-on : ubuntu-24 .04
103103 steps :
104104 - name : Checkout repository and submodules
105105 uses : actions/checkout@v4.2.2
@@ -124,7 +124,7 @@ jobs:
124124 test_wasm :
125125 needs : build_wasm
126126 timeout-minutes : 10
127- runs-on : ubuntu-22 .04
127+ runs-on : ubuntu-24 .04
128128 steps :
129129 - name : Checkout repository and submodules
130130 uses : actions/checkout@v4.2.2
Original file line number Diff line number Diff line change 1717 publish :
1818 needs : ci
1919 timeout-minutes : 20
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 permissions :
2222 contents : write
2323 issues : write
You can’t perform that action at this time.
0 commit comments