Skip to content

Commit 1644232

Browse files
authored
Update ci.yml (#8)
1 parent e50350f commit 1644232

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,20 @@ jobs:
1313
target:
1414
- os: linux
1515
cpu: amd64
16-
- os: linux
17-
cpu: i386
1816
- os: macos
19-
cpu: amd64
20-
- os: windows
21-
cpu: i386
17+
cpu: arm64
2218
- os: windows
2319
cpu: amd64
2420
include:
2521
- target:
2622
os: linux
27-
builder: ubuntu-20.04
23+
builder: ubuntu-latest
2824
- target:
2925
os: macos
30-
builder: macos-11
26+
builder: macos-latest
3127
- target:
3228
os: windows
33-
builder: windows-2019
29+
builder: windows-latest
3430
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})'
3531
runs-on: ${{ matrix.builder }}
3632

@@ -127,3 +123,4 @@ jobs:
127123
target_branch: gh-pages
128124
env:
129125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126+

0 commit comments

Comments
 (0)