Skip to content

Commit 1ee6373

Browse files
committed
test release
1 parent 11a6fc7 commit 1ee6373

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
- os: macos-latest
11-
arch: amd64
12-
- os: ubuntu-latest
10+
include:
11+
- os: macos-latest
12+
arch: amd64
13+
- os: ubuntu-latest
1314
runs-on: ${{ matrix.os }}
1415
steps:
1516
- name: Check out Git repository

0 commit comments

Comments
 (0)