Skip to content

Commit fef5774

Browse files
committed
Run on Linux
1 parent 6e05a55 commit fef5774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
test:
7-
runs-on: macos-latest
7+
runs-on: ubuntu-latest
88
permissions:
99
contents: read
1010
id-token: write
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: install buck
1515
run: |
16-
curl -Lo $HOME/buck.zst https://github.com/facebook/buck2/releases/download/2024-08-15/buck2-aarch64-apple-darwin.zst
16+
curl -Lo $HOME/buck.zst https://github.com/facebook/buck2/releases/download/2024-08-15/buck2-x86_64-unknown-linux-musl.zst
1717
zstd --decompress $HOME/buck.zst
1818
chmod +x $HOME/buck
1919

0 commit comments

Comments
 (0)