Skip to content

Commit

Permalink
Bumping check icla workflow to use ubuntu 24.04 (which is *not* ubunt…
Browse files Browse the repository at this point in the history
…u-latest, sigh). The --break-system-packages flag isn't supported in 22.04, but is in 24.04.
  • Loading branch information
gregorydlogan committed Oct 24, 2024
1 parent b7f90fd commit 713c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-icla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v4

Expand Down

0 comments on commit 713c30d

Please sign in to comment.