Skip to content

Commit

Permalink
fix: use 22.04 instead of latest (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Oct 16, 2024
1 parent 51220a9 commit 98f35e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:

pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
commit_message: 'ci: auto fixes from pre-commit'

format_and_update_ports:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit 98f35e4

Please sign in to comment.