Skip to content

Commit 0e991df

Browse files
committed
Merge pull request #1433 from bettio/switch-latest-to-ubuntu-24.04
Switch latest to ubuntu 24.04 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents ece2412 + b9f79d7 commit 0e991df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/esp32-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
esp-idf:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
container: espressif/idf:${{ matrix.idf-version }}
3434

3535
strategy:

.github/workflows/reuse-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: REUSE Compliance Check

.github/workflows/wasm-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
wasm_build_and_test_node:
8080
needs: compile_tests
81-
runs-on: ubuntu-latest
81+
runs-on: ubuntu-24.04
8282
container: emscripten/emsdk
8383
steps:
8484
- name: Checkout repo
@@ -145,7 +145,7 @@ jobs:
145145
src/platforms/emscripten/build/src/AtomVM-node-${{ github.ref_name }}.wasm.sha256
146146
147147
wasm_build_web:
148-
runs-on: ubuntu-latest
148+
runs-on: ubuntu-24.04
149149
container: emscripten/emsdk
150150
steps:
151151
- name: Checkout repo
@@ -175,7 +175,7 @@ jobs:
175175

176176
wasm_test_web:
177177
needs: [compile_tests, wasm_build_web]
178-
runs-on: ubuntu-latest
178+
runs-on: ubuntu-24.04
179179
steps:
180180
- name: Checkout repo
181181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)