Skip to content

Commit

Permalink
explicit architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed May 3, 2024
1 parent 9ba4210 commit efffdcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
architecture: x64
build: |-
set -e &&
bun run build --target x86_64-apple-darwin &&
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
architecture: x64
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
Expand All @@ -118,6 +120,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
architecture: ${{ matrix.settings.architecture }}
- name: Install dependencies
run: bun install
- name: Download artifacts
Expand Down

0 comments on commit efffdcd

Please sign in to comment.