Skip to content

Commit 64908be

Browse files
committed
[release/v1.7.0]: Merge remote-tracking branch 'origin/bfops/package-on-gh-runner' into release/v1.7.0
2 parents ac5b4b1 + e330759 commit 64908be

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)