Skip to content

Commit

Permalink
bump ubuntu version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 authored Feb 17, 2024
1 parent 1318247 commit 7953520
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 @@ -19,7 +19,7 @@ on:

jobs:
gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install deps
Expand All @@ -41,7 +41,7 @@ jobs:
do_functional_test
clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install deps
Expand Down

0 comments on commit 7953520

Please sign in to comment.