Skip to content

Commit

Permalink
Upgrade CI workflow packages and Ubuntu version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Feb 17, 2024
1 parent e14f27f commit 7e4caac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -19,9 +19,9 @@ on:

jobs:
gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps
run: |
source util/ci/script.sh
Expand All @@ -41,9 +41,9 @@ jobs:
do_functional_test
clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps
run: |
source util/ci/script.sh
Expand Down

0 comments on commit 7e4caac

Please sign in to comment.