Skip to content

Commit 5ff6a69

Browse files
authored
CI - Move the Package job to ubuntu-latest (#3553)
# Description of Changes The job is now failing on `bare-metal`, so trying this. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [x] Package job passes on #3543 with this merged in. Co-authored-by: Zeke Foppa <[email protected]>
1 parent 3cc59de commit 5ff6a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: bare-metal, container: 'debian:bookworm' }
17+
- { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: ubuntu-latest }
1818
- { name: aarch64 Linux, target: aarch64-unknown-linux-gnu, runner: arm-runner }
1919
# Disabled because musl builds weren't working and we didn't want to investigate. See https://github.com/clockworklabs/SpacetimeDB/pull/2964.
2020
# - { name: x86_64 Linux musl, target: x86_64-unknown-linux-musl, runner: bare-metal, container: alpine }

0 commit comments

Comments
 (0)