bump ubuntu version as well

This commit is contained in:
wsor4035 2024-02-17 14:37:56 -05:00 committed by GitHub
parent 1318247125
commit 7953520aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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