Skip to content

Commit

Permalink
X64
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus authored Jan 3, 2025
1 parent 5ca8fa1 commit a0bd3f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: yarn build --target x86_64-apple-darwin
- host: [self-hosted, Windows, x64]
- host: [self-hosted, Windows, X64]
build: yarn build --target x86_64-pc-windows-msvc
target: x86_64-pc-windows-msvc
- host: [self-hosted, Windows, x64]
- host: [self-hosted, Windows, X64]
build: |
yarn build --target i686-pc-windows-msvc
yarn test
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
set -e &&
rustup target add aarch64-unknown-linux-musl &&
yarn build --target aarch64-unknown-linux-musl
- host: [self-hosted, Windows, x64]
- host: [self-hosted, Windows, X64]
target: aarch64-pc-windows-msvc
build: yarn build --target aarch64-pc-windows-msvc
- host: ubuntu-latest
Expand Down

0 comments on commit a0bd3f0

Please sign in to comment.