github action to ubuntu 22.04

in order for -std=c++20 to work
This commit is contained in:
Louis Rubet 2022-09-22 10:55:36 +02:00
parent 5f4d0d7d0f
commit b697c8ad1c

View file

@ -9,7 +9,7 @@ env:
jobs:
functional_and_mem_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2