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 99 strategy :
1010 matrix :
1111 # 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]
1313 cgo : ['1', '0']
1414 # Workaround no native support for conditional matrix items
1515 # https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
1818 # exclude:
1919 # - isMain: false
2020 # include:
21- # - os: ubuntu-22 .04
21+ # - os: ubuntu-24 .04
2222 # cgo: '1'
23- # - os: ubuntu-22 .04
23+ # - os: ubuntu-24 .04
2424 # cgo: '0'
2525 name : test ${{ matrix.os }} cgo=${{ matrix.cgo }}
2626 runs-on : ${{ matrix.os }}
@@ -53,14 +53,15 @@ jobs:
5353
5454 - name : test ./...
5555 run : gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...
56+ if : ${{ matrix.os }} != "windows-2022"
5657 env :
5758 CI_SQLC_PROJECT_ID : ${{ secrets.CI_SQLC_PROJECT_ID }}
5859 CI_SQLC_AUTH_TOKEN : ${{ secrets.CI_SQLC_AUTH_TOKEN }}
5960 SQLC_AUTH_TOKEN : ${{ secrets.CI_SQLC_AUTH_TOKEN }}
6061 CGO_ENABLED : ${{ matrix.cgo }}
6162
6263 vuln_check :
63- runs-on : ubuntu-22 .04
64+ runs-on : ubuntu-24 .04
6465 timeout-minutes : 5
6566
6667 steps :
You can’t perform that action at this time.
0 commit comments