Skip to content

Commit

Permalink
Update ODBC.yml to use windows-2019
Browse files Browse the repository at this point in the history
I have NOT tried this, sort of relying on CI for now.

Connected to this duckdb's PR duckdb/duckdb#13883, and related failures.
I think also ODBC driver would need to be built on an older Windows machine for it to be compatible with say Windows Server 2019.
  • Loading branch information
carlopi authored Sep 12, 2024
1 parent 015c757 commit 8188d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
odbc-windows-amd64:
name: ODBC Windows (amd64)
runs-on: windows-latest
runs-on: windows-2019
needs: odbc-linux-amd64
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8188d31

Please sign in to comment.