Skip to content

Commit

Permalink
CI: use ubuntu-24.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
Using ubuntu-24.04 allows us to start testing it in advance and to
decide when making any future change.

Signed-off-by: Davide Bettio <davide@uninstall.it>
  • Loading branch information
bettio committed Dec 28, 2024
1 parent dbd6e18 commit 6df1e66
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 6df1e66

Please sign in to comment.