Skip to content

Commit

Permalink
PMM-7: Change vagrant container
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Oct 28, 2024
1 parent 9ec6a0d commit 5b7cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
echo "VM_BOX=generic/debian11" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "bookworm" ]]; then
echo "VM_BOX=generic/debian12" >> $GITHUB_ENV
echo "VM_BOX=debian/bookworm64" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "bionic" ]]; then
echo "VM_BOX=generic/ubuntu1804" >> $GITHUB_ENV
Expand Down

0 comments on commit 5b7cbdf

Please sign in to comment.