Skip to content

Commit

Permalink
PMM-7: change centos version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jul 18, 2024
1 parent 6190753 commit 091d06f
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 @@ -205,7 +205,7 @@ jobs:
echo "VM_BOX=generic/ubuntu2204" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "centos-7" ]]; then
echo "VM_BOX=centos/7" >> $GITHUB_ENV
echo "VM_BOX=bento/centos-7.8" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "ol-8" ]]; then
echo "VM_BOX=generic/oracle8" >> $GITHUB_ENV
Expand Down

0 comments on commit 091d06f

Please sign in to comment.