We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50350f commit 1644232Copy full SHA for 1644232
.github/workflows/ci.yml
@@ -13,24 +13,20 @@ jobs:
13
target:
14
- os: linux
15
cpu: amd64
16
- - os: linux
17
- cpu: i386
18
- os: macos
19
- cpu: amd64
20
- - os: windows
21
+ cpu: arm64
22
- os: windows
23
24
include:
25
- target:
26
os: linux
27
- builder: ubuntu-20.04
+ builder: ubuntu-latest
28
29
os: macos
30
- builder: macos-11
+ builder: macos-latest
31
32
os: windows
33
- builder: windows-2019
+ builder: windows-latest
34
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})'
35
runs-on: ${{ matrix.builder }}
36
@@ -127,3 +123,4 @@ jobs:
127
123
target_branch: gh-pages
128
124
env:
129
125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126
+
0 commit comments