Skip to content

Commit

Permalink
Add ARM targets for CI (#497)
Browse files Browse the repository at this point in the history
Add ARM targets for CI
  • Loading branch information
Quinn-With-Two-Ns authored Mar 21, 2024
1 parent 1e7041b commit f9ac669
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, macos-14, windows-latest, ubuntu-arm]
include:
- os: ubuntu-latest
checkGenCodeTarget: true
cloudTestTarget: true
runs-on: ${{ matrix.os }}
- os: ubuntu-arm
runsOn: buildjet-4vcpu-ubuntu-2204-arm
runs-on: ${{ matrix.runsOn || matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit f9ac669

Please sign in to comment.