Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 17, 2024
1 parent 6f7f746 commit 4fa9dc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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:

format:
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 All @@ -133,7 +133,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 7c4ff7f64e81bd0c0dd325a359b36d765d5dc2ac
ref: b5769e4f6ba914b36eef68e0b1f71c791d7d075c
path: cairo_native
- name: Build Cairo Native Runtime Library
shell: bash
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 7c4ff7f64e81bd0c0dd325a359b36d765d5dc2ac
ref: b5769e4f6ba914b36eef68e0b1f71c791d7d075c
path: cairo_native
- name: Build Cairo Native Runtime Library
run: |
Expand Down

0 comments on commit 4fa9dc4

Please sign in to comment.