Skip to content

Commit

Permalink
use ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed May 21, 2024
1 parent 1e036fc commit f6164a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build-and-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
timeout-minutes: 15
concurrency:
group: "build-and-test"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: rm -rf *

e2e-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
timeout-minutes: 25
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f6164a5

Please sign in to comment.