Skip to content
Snippets Groups Projects
Commit c1546e5d authored by Jaime Arias's avatar Jaime Arias
Browse files

ci: replace Ubuntu2004 by Ubuntu2204

parent a72bb454
No related branches found
No related tags found
No related merge requests found
Pipeline #9185 failed with stage
# Setup different operating systems
image:
- Visual Studio 2019
- Ubuntu2004
- Ubuntu2204
- macOS
# Target x86_64
......@@ -35,8 +35,7 @@ for:
- # Linux setup
matrix:
only:
- image: Ubuntu2004
- image: Ubuntu1804
- image: Ubuntu2204
install:
- sudo apt-get update
- sudo apt-get install -y build-essential cmake bison flex
......@@ -55,4 +54,4 @@ before_build:
# Build program
build_script:
- cmake --build . --target install
\ No newline at end of file
- cmake --build . --target install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment