File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
# Disabling windows builds while we figure out why they're broken
12
- # os: [ubuntu-latest, macos-latest, windows-latest]
13
- os : [ubuntu-latest, macos-latest]
12
+ os : [ubuntu-22.04, macos-14, windows-2022]
14
13
cgo : ['1', '0']
15
14
# Workaround no native support for conditional matrix items
16
15
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
17
- isMain :
18
- - ${{ github.ref == 'refs/heads/main' }}
19
- exclude :
20
- - isMain : false
21
- include :
22
- - os : ubuntu-latest
23
- cgo : ' 1'
24
- - os : ubuntu-latest
25
- cgo : ' 0'
16
+ # isMain:
17
+ # - ${{ github.ref == 'refs/heads/main' }}
18
+ # exclude:
19
+ # - isMain: false
20
+ # include:
21
+ # - os: ubuntu-22.04
22
+ # cgo: '1'
23
+ # - os: ubuntu-22.04
24
+ # cgo: '0'
26
25
name : test ${{ matrix.os }} cgo=${{ matrix.cgo }}
27
26
runs-on : ${{ matrix.os }}
28
27
71
70
CGO_ENABLED : ${{ matrix.cgo }}
72
71
73
72
vuln_check :
74
- runs-on : ubuntu-latest
73
+ runs-on : ubuntu-22.04
75
74
timeout-minutes : 5
76
75
77
76
steps :
You can’t perform that action at this time.
0 commit comments