Skip to content

Commit

Permalink
Revert "Switch to ubuntu-24.04"
Browse files Browse the repository at this point in the history
This reverts commit b679e50.
ubuntu-latest now points to ubuntu-24.04
  • Loading branch information
bdunne committed Jan 29, 2025
1 parent 4abc21e commit 7cd109b
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-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit 7cd109b

Please sign in to comment.