From 4fa9dc41a750b5764e4c0785d5c15cf80a2df6f1 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 17 Oct 2024 15:23:47 +0200 Subject: [PATCH] try --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b49e78..baa43df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/ @@ -38,7 +38,7 @@ jobs: format: name: rustfmt - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.81.0 @@ -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/ @@ -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/ @@ -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 @@ -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: |