Skip to content

Commit

Permalink
try to fix ci (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l authored Oct 17, 2024
1 parent b5769e4 commit 9db1175
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench-hyperfine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
bench-hyperfine:
name: Hyperfine
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
matrix:
branch: [ base, head ]
name: Build cairo-native-run for ${{ matrix.branch }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Cache binary
uses: actions/cache@v3
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
hyperfine-prs:
name: Bench PR (linux, amd64)
needs: [ build-binaries ]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
PROGRAM: fib_2M
OUTPUT_DIR: bench-outputs
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
check:
name: clippy
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand All @@ -38,7 +38,7 @@ jobs:

fmt:
name: rustfmt
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

# Check for unnecessary dependencies.
udeps:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand All @@ -106,7 +106,7 @@ jobs:

test:
name: test (linux, amd64)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

coverage:
name: coverage
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
partition: [1, 2, 3, 4]
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:

upload-coverage:
name: Upload Coverage
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [coverage]
steps:
- name: Setup rust env
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:

dockerfile:
name: dockerfile (linux, amd64)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: check and free hdd space left
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
publish-docs:
name: GitHub Pages
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
Expand Down

0 comments on commit 9db1175

Please sign in to comment.