Skip to content

Commit

Permalink
chore: try use ubuntu-22.04 instead of ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 19, 2024
1 parent 17009ee commit f95d4db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
CI: true

lint:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
CI: true

coverage:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
CI: true

build-and-test:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

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

0 comments on commit f95d4db

Please sign in to comment.