Skip to content

Commit

Permalink
fix: use ubuntu 20.04 for wider target support
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 16, 2025
1 parent db5963b commit 495d6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
triple: aarch64-apple-darwin
- os: macos-13
triple: x86_64-apple-darwin
- os: buildjet-32vcpu-ubuntu-2204
- os: buildjet-32vcpu-ubuntu-2004
triple: x86_64-unknown-linux-gnu
- os: buildjet-32vcpu-ubuntu-2204-arm
- os: buildjet-32vcpu-ubuntu-2004-arm
triple: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: succinctlabs/sp1
ref: n/1.82-build
ref: dev
path: sp1

- name: Build
Expand Down

0 comments on commit 495d6c3

Please sign in to comment.