Skip to content

Commit

Permalink
Use Ubuntu 22.04 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Mar 5, 2025
1 parent 9c138ff commit 00d6bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
FEATURES: ${{ matrix.features }}

cross_compile_aarch64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
FEATURES: ${{ matrix.features }}
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
cross_compile_wasm:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install node
run: |
Expand Down

0 comments on commit 00d6bd9

Please sign in to comment.