Skip to content

Commit

Permalink
Pin Ubuntu 22.04 to unblock the CI (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Dec 19, 2024
1 parent 88fdc1c commit 322588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:

validate-images:
name: Validate Images
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # This job is failing on Ubuntu 24.04
steps:
- uses: actions/checkout@v4
- name: Validate runtime images
Expand Down

0 comments on commit 322588a

Please sign in to comment.