aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-03-06 11:43:26 -0800
committerGitHub <noreply@github.com>2023-03-06 11:43:26 -0800
commit1b31f5322bd85db59a295338edbfc4fdddda8c70 (patch)
tree3325d84205799c14d6e1483cd6418f02a5f9f49f
parentb8f4b8887b0ad51e657bbbbc244ff69455984a50 (diff)
parent4ad41745c33a585bc68a6c99db90f4149c380e6c (diff)
downloadriscv-openocd-1b31f5322bd85db59a295338edbfc4fdddda8c70.zip
riscv-openocd-1b31f5322bd85db59a295338edbfc4fdddda8c70.tar.gz
riscv-openocd-1b31f5322bd85db59a295338edbfc4fdddda8c70.tar.bz2
Merge pull request #810 from riscv/snapshot
workflow: Use ubuntu-20.04 to build snapshot
-rw-r--r--.github/workflows/snapshot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 972011c..69194d8 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -8,7 +8,7 @@ name: OpenOCD Snapshot
jobs:
package:
- runs-on: [ubuntu-18.04]
+ runs-on: [ubuntu-20.04]
env:
DL_DIR: ../downloads
BUILD_DIR: ../build