Skip to content

Commit

Permalink
chore: Set github action ubuntu version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jan 10, 2025
1 parent 3b40cbe commit 8ca5e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: pull_request

jobs:
test-and-build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 8ca5e9c

Please sign in to comment.