Skip to content

Commit

Permalink
remove change ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Jan 31, 2025
1 parent 14147dd commit 53f8846
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ env:
jobs:
cancel_previous_runs:
name: Cancel Previous Runs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

free-disk-space:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
check: [
# Test for no-std compatibility.
# `--locked` to enforce an up-to-date Cargo.lock
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

license-check:
name: "License check"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand All @@ -202,7 +202,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
example: [
benchmark_bulk_xt,
compose_extrinsic,
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
example: [
wasm_example,
]
Expand All @@ -283,7 +283,7 @@ jobs:
run: wasmtime --invoke main ${{ matrix.example }}.wasm 0 0

merge:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [examples, wasm_examples]
steps:
- name: Merge Artifacts
Expand Down

0 comments on commit 53f8846

Please sign in to comment.