Skip to content

Commit 197302d

Browse files
committed
fix: see how this does with a matrix.
1 parent 577e12f commit 197302d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/checks.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ on:
55

66
jobs:
77
build:
8-
runs-on: movement-runner
8+
strategy:
9+
matrix:
10+
include:
11+
- os: ubuntu-22.04
12+
arch: x86_64
13+
runs-on: movement-runner
14+
- os: ubuntu-22.04
15+
arch: arm64
16+
runs-on: buildjet-8vcpu-ubuntu-2204-arm
17+
- os: macos-13-latest
18+
arch: x86_64
19+
runs-on: macos-13-large
20+
- os: macos-13-latest
21+
arch: arm64
22+
runs-on: macos-13-xlarge
23+
24+
runs-on: ${{ matrix.runs-on }}
925

1026
steps:
1127
- name: Checkout repository

0 commit comments

Comments
 (0)