Skip to content

Commit

Permalink
Switch to ubuntu-24.04
Browse files Browse the repository at this point in the history
ubuntu-latest still points to 22.04 which has podman 3.4.4 and run in that
version does not support bind mounting volumes.  Upgrading to 24.04 gets
us podman 4.9.3

Error:
error resolving mountpoints for container "4349440300a7f09982c00e0a8d5a010141b5eb912483ea6646bacaf54c080194": invalid mount type "bind"
  • Loading branch information
Brandon Dunne committed Jul 31, 2024
1 parent 611ccaa commit b679e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build_pods:
if: github.repository_owner == 'ManageIQ'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit b679e50

Please sign in to comment.