workflow: Use ubuntu-20.04 to build snapshot
Ubuntu 18.04 is deprecated by github. Change-Id: Id0e700a99f74b482b0c735be0a12f81fe65b7ca3 Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
parent
b8f4b8887b
commit
4ad41745c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue