Skip to content

Commit

Permalink
try 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Sep 20, 2024
1 parent 46fe979 commit e7afe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
include:
- node: 18
code-coverage: true
runs-on: ubuntu-22.04:20240908.1.0
runs-on: ubuntu-latest
services:
memcached:
image: memcached:1.6.29-alpine
Expand All @@ -24,7 +24,7 @@ jobs:
ports:
- 27017:27017
mssql:
image: mcr.microsoft.com/mssql/server:2017-CU31-GDR2-ubuntu-18.04
image: mcr.microsoft.com/mssql/server:2022-latest
env:
SA_PASSWORD: mssql_passw0rd
ACCEPT_EULA: Y
Expand Down

0 comments on commit e7afe90

Please sign in to comment.