Skip to content

Commit

Permalink
auth mssql CI: switch to 2022-CU12 image
Browse files Browse the repository at this point in the history
https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240915.1 broke mssql.

microsoft/mssql-docker#868 fits the kernel upgrade.

this commit switches from 2017-GA to 2022-CU12, which unbreaks the build

(cherry picked from commit 0b805dd)
  • Loading branch information
Habbie committed Sep 19, 2024
1 parent 609e59b commit 1f56319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
env: {}
ports: []
- backend: godbc_mssql
image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
image: mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04
env:
ACCEPT_EULA: Y
SA_PASSWORD: 'SAsa12%%'
Expand Down

0 comments on commit 1f56319

Please sign in to comment.