Skip to content

Commit 1d97ca2

Browse files
committed
Use Ubuntu 20.04 for debug tests
This is what we do for the other CI tests.
1 parent f6b868c commit 1d97ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-smoke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
name: Test debug (Ubuntu)
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v2
1919

0 commit comments

Comments
 (0)