Skip to content

Commit

Permalink
ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Feb 6, 2025
1 parent 9cd6b81 commit 2ac1f1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
test:
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -31,7 +31,7 @@ jobs:
run: make test

lint:
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -50,7 +50,7 @@ jobs:
args: --all-targets --all-features -- -D warnings

publish-check:
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- name: cargo fetch
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# args: --dry-run --manifest-path lychee-bin/Cargo.toml

check-feature-flags:
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 2ac1f1f

Please sign in to comment.