Skip to content

Commit

Permalink
workflow: Use ubuntu-20.04 to build snapshot
Browse files Browse the repository at this point in the history
Ubuntu 18.04 is deprecated by github.

Change-Id: Id0e700a99f74b482b0c735be0a12f81fe65b7ca3
Signed-off-by: Tim Newsome <[email protected]>
  • Loading branch information
timsifive authored and fanghuaqi committed Jan 25, 2024
1 parent 9eea8a8 commit 83724b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83724b2

Please sign in to comment.