Skip to content

Commit 187c6b7

Browse files
committed
build what works ya know
1 parent d1d09e4 commit 187c6b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: darwin
19-
runs-on: macos-latest
20-
arch: amd64
2118
- os: darwin
2219
runs-on: macos-latest
2320
arch: arm64
21+
- os: linux
22+
runs-on: ubuntu-latest
23+
arch: amd64
2424

2525
steps:
2626
- name: Checkout code

0 commit comments

Comments
 (0)