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 9703dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
triple: aarch64-unknown-linux-gnu
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 9703dee

Please sign in to comment.