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 07f6860 commit 0e8f35cCopy full SHA for 0e8f35c
.github/workflows/test.yml
@@ -87,7 +87,7 @@ jobs:
87
name: build (${{ matrix.runs-on }})
88
needs: phar
89
strategy:
90
- matrix:
+ matrix: &matrix
91
include:
92
- runs-on: ubuntu-24.04-arm
93
variant: linux_arm64
@@ -157,16 +157,7 @@ jobs:
157
name: e2e (${{ matrix.runs-on }})
158
needs: build
159
160
161
- include:
162
- - runs-on: ubuntu-24.04-arm
163
- variant: linux_arm64
164
- - runs-on: ubuntu-24.04
165
- variant: linux_amd64
166
- - runs-on: macos-15
167
- variant: darwin_arm64
168
- - runs-on: macos-15-intel
169
- variant: darwin_amd64
+ matrix: *matrix
170
runs-on: ${{ matrix.runs-on }}
171
env:
172
GOFLAGS: '-mod=mod'
0 commit comments