Browse Source
Merge pull request #1584 from riscv-software-src/debug-tests-ubuntu-20.04
Use Ubuntu 20.04 for debug tests
pull/1592/head
Andrew Waterman
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/debug-smoke.yml
|
|
|
@ -13,7 +13,7 @@ on: |
|
|
|
jobs: |
|
|
|
test: |
|
|
|
name: Test debug (Ubuntu) |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|