Skip to content

Commit 048a2cf

Browse files
authored
[actions] update ubuntu 24.04 (#7955)
1 parent d17ba23 commit 048a2cf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/actions/build-emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2323
jobs:
2424
build-emscripten:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
cfg:

.github/workflows/actions/build-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
build-linux64-platforms:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
cfg:

.github/workflows/actions/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
rpi-build:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
2828
cfg:

.github/workflows/of.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2222
jobs:
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:

0 commit comments

Comments
 (0)