aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-01-24 13:12:56 -0800
committerAndrew Waterman <andrew@sifive.com>2024-01-24 13:12:56 -0800
commit1d97ca290cc861de60bc7e3382a1f2bbb1a881a2 (patch)
treeff6e76e9ba56d9e776ce883eb3c92bcc22567059 /.github
parentf6b868c645e097861776731ee0e085d4b0171f48 (diff)
downloadspike-1d97ca290cc861de60bc7e3382a1f2bbb1a881a2.zip
spike-1d97ca290cc861de60bc7e3382a1f2bbb1a881a2.tar.gz
spike-1d97ca290cc861de60bc7e3382a1f2bbb1a881a2.tar.bz2
Use Ubuntu 20.04 for debug tests
This is what we do for the other CI tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/debug-smoke.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug-smoke.yml b/.github/workflows/debug-smoke.yml
index 1ae54ab..2b907a1 100644
--- a/.github/workflows/debug-smoke.yml
+++ b/.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