File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ concurrency:
1717 group : ${{ github.workflow }}-${{ github.ref }}
1818 cancel-in-progress : true
1919
20- # env:
21- # ccache: ccache
20+ env :
21+ ccache : ccache
2222
2323jobs :
2424 build-emscripten :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04
2626 strategy :
2727 matrix :
2828 cfg :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 build-linux64-platforms :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04
2626 strategy :
2727 matrix :
2828 cfg :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 rpi-build :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04
2626 strategy :
2727 matrix :
2828 cfg :
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- # env:
20- # ccache: ccache
19+ env :
20+ ccache : ccache
2121
2222jobs :
2323 build-emscripten :
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-24.04
2525 strategy :
2626 matrix :
2727 cfg :
@@ -138,7 +138,7 @@ jobs:
138138# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
139139
140140 rpi-build :
141- runs-on : ubuntu-latest
141+ runs-on : ubuntu-24.04
142142 strategy :
143143 matrix :
144144 cfg :
@@ -202,7 +202,7 @@ jobs:
202202# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
203203
204204 build-linux64-platforms :
205- runs-on : ubuntu-latest
205+ runs-on : ubuntu-24.04
206206 strategy :
207207 matrix :
208208 cfg :
You can’t perform that action at this time.
0 commit comments