File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
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 fix installing PostgreSQL 16
12
- os : [ubuntu-22 .04, macos-14, windows-2022]
12
+ os : [ubuntu-24 .04, macos-14, windows-2022]
13
13
cgo : ['1', '0']
14
14
# Workaround no native support for conditional matrix items
15
15
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
18
18
# exclude:
19
19
# - isMain: false
20
20
# include:
21
- # - os: ubuntu-22 .04
21
+ # - os: ubuntu-24 .04
22
22
# cgo: '1'
23
- # - os: ubuntu-22 .04
23
+ # - os: ubuntu-24 .04
24
24
# cgo: '0'
25
25
name : test ${{ matrix.os }} cgo=${{ matrix.cgo }}
26
26
runs-on : ${{ matrix.os }}
@@ -53,14 +53,15 @@ jobs:
53
53
54
54
- name : test ./...
55
55
run : gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...
56
+ if : ${{ matrix.os }} != "windows-2022"
56
57
env :
57
58
CI_SQLC_PROJECT_ID : ${{ secrets.CI_SQLC_PROJECT_ID }}
58
59
CI_SQLC_AUTH_TOKEN : ${{ secrets.CI_SQLC_AUTH_TOKEN }}
59
60
SQLC_AUTH_TOKEN : ${{ secrets.CI_SQLC_AUTH_TOKEN }}
60
61
CGO_ENABLED : ${{ matrix.cgo }}
61
62
62
63
vuln_check :
63
- runs-on : ubuntu-22 .04
64
+ runs-on : ubuntu-24 .04
64
65
timeout-minutes : 5
65
66
66
67
steps :
You can’t perform that action at this time.
0 commit comments