Skip to content

Commit

Permalink
Merge pull request #1433 from bettio/switch-latest-to-ubuntu-24.04
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bettio committed Dec 28, 2024
2 parents ece2412 + b9f79d7 commit 0e991df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esp32-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:

jobs:
esp-idf:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: espressif/idf:${{ matrix.idf-version }}

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wasm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

wasm_build_and_test_node:
needs: compile_tests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: emscripten/emsdk
steps:
- name: Checkout repo
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
src/platforms/emscripten/build/src/AtomVM-node-${{ github.ref_name }}.wasm.sha256
wasm_build_web:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: emscripten/emsdk
steps:
- name: Checkout repo
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

wasm_test_web:
needs: [compile_tests, wasm_build_web]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 0e991df

Please sign in to comment.