Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
CI makes use of Ubuntu-22.04 as quick fix for #988.
  • Loading branch information
pattacini authored Oct 14, 2024
1 parent db8dfcb commit ea8e064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
build_type: [Release]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-22.04, windows-latest]
build_shared_libs: [ON, OFF]

steps:
Expand Down

0 comments on commit ea8e064

Please sign in to comment.