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
  • Loading branch information
Habbie committed Sep 19, 2024
1 parent e12f877 commit 0b805dd
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 @@ -423,7 +423,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%%-not-a-secret-password'
Expand Down

0 comments on commit 0b805dd

Please sign in to comment.