Skip to content

Commit

Permalink
update github action to use ubuntu-20.04 instead of ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Apr 13, 2023
1 parent 05ff074 commit de57cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit de57cb7

Please sign in to comment.