mirror of
https://github.com/louisrubet/rpn
synced 2024-11-16 07:47:26 +01:00
github action to ubuntu 22.04
in order for -std=c++20 to work
This commit is contained in:
parent
5f4d0d7d0f
commit
b697c8ad1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -9,7 +9,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
functional_and_mem_tests:
|
functional_and_mem_tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue