Skip to content

Commit 9703dee

Browse files
committed
fix: use ubuntu 20.04 for wider target support
1 parent db5963b commit 9703dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
triple: aarch64-apple-darwin
1515
- os: macos-13
1616
triple: x86_64-apple-darwin
17-
- os: buildjet-32vcpu-ubuntu-2204
17+
- os: buildjet-32vcpu-ubuntu-2004
1818
triple: x86_64-unknown-linux-gnu
1919
- os: buildjet-32vcpu-ubuntu-2204-arm
2020
triple: aarch64-unknown-linux-gnu
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050
with:
5151
repository: succinctlabs/sp1
52-
ref: n/1.82-build
52+
ref: dev
5353
path: sp1
5454

5555
- name: Build

0 commit comments

Comments
 (0)