diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6f62508..9f543e56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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