Skip to content

Commit

Permalink
Try warpbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 9, 2024
1 parent aa64eae commit e52517c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-arm64-2x
strategy:
matrix:
release: ["3.16", "3.17", "3.18", "3.19"]
release: ["3.16", "3.17", "3.18", "3.19", "edge"]
arch: ["x86_64", "aarch64"]


steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e52517c

Please sign in to comment.