Skip to content

Commit

Permalink
use ubuntu-22.04 in CI, not latest, as that moves under us
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Aug 22, 2024
1 parent cb5b6e5 commit c014111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
run: just check

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c014111

Please sign in to comment.