Skip to content

Commit

Permalink
Update Qemu version to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SalimTerryLi committed Dec 30, 2024
1 parent b2b6d87 commit 2f959df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- upgrade_to_9.2 # TEST
paths:
- containers/**
- .github/workflows/actions.yml
Expand All @@ -18,8 +19,8 @@ jobs:
qemu-user-static:
runs-on: ubuntu-latest
env:
VERSION: 7.2.0-1
ORIGIN_VERSION: 7.2+dfsg-1~bpo11+2
VERSION: 9.2.0
ORIGIN_VERSION: 9.2.0+ds-3~bpo12+2
steps:
- uses: actions/checkout@v2
- name: Set variables
Expand Down

0 comments on commit 2f959df

Please sign in to comment.