Skip to content

Commit

Permalink
try ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 10, 2024
1 parent f704f10 commit 4ddd80d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
unit-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
run: ./scripts/execute_tests.bash

example:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
run: ./scripts/validate_example.bash

style-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4ddd80d

Please sign in to comment.