Merge pull request #810 from riscv/snapshot

workflow: Use ubuntu-20.04 to build snapshot
This commit is contained in:
Tim Newsome 2023-03-06 11:43:26 -08:00 committed by GitHub
commit 1b31f5322b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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