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
parent
commit
7c890632ec
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/debug-smoke.yml

2
.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

Loading…
Cancel
Save