Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Use x64 architecture for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Apr 22, 2024
1 parent e16504a commit 925394d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: ["push"]

jobs:
test:
runs-on: "{{'${{matrix.platform}}'}}-latest"
runs-on: ["{{'${{matrix.platform}}'}}-latest", "x64"]
environment: "Test"
strategy:
fail-fast: false
Expand Down

0 comments on commit 925394d

Please sign in to comment.