Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 9, 2024
1 parent 329a77b commit 8e23707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release: ["3.16", "3.17", "3.18", "3.19", "edge"]
os: [
{arch: "aarch64", builder: "warp-ubuntu-latest-arm64-2x"},
{arch: "x86_64", builder: "warp-ubuntu-latest-x4-2x"}
{arch: "x86_64", builder: "warp-ubuntu-latest-x64-2x"}
]

runs-on: ${{matrix.os.builder}}
Expand Down

0 comments on commit 8e23707

Please sign in to comment.