Skip to content

Commit 403af4e

Browse files
committed
fix(quoteforge[dist]): cross-compile all unix targets on ubuntu-latest
1 parent fa9bd09 commit 403af4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- os: macos-latest
22+
- os: ubuntu-latest
2323
bun-target: bun-darwin-arm64
2424
triple: aarch64-apple-darwin
25-
- os: macos-13
25+
- os: ubuntu-latest
2626
bun-target: bun-darwin-x64
2727
triple: x86_64-apple-darwin
2828
- os: ubuntu-latest
2929
bun-target: bun-linux-x64
3030
triple: x86_64-unknown-linux-gnu
31-
- os: ubuntu-24.04-arm
31+
- os: ubuntu-latest
3232
bun-target: bun-linux-arm64
3333
triple: aarch64-unknown-linux-gnu
3434
- os: windows-latest

0 commit comments

Comments
 (0)