Skip to content

Commit

Permalink
Update system.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Nov 7, 2024
1 parent 1ed7ca9 commit ab6e43f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
cxx: "g++",
}
- {
name: "Ubuntu Bionic GCC",
os: ubuntu-18.04,
name: "Ubuntu Focal GCC",
os: ubuntu-20.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies on ubuntu
if: startsWith(matrix.config.name, 'Ubuntu')
Expand Down

0 comments on commit ab6e43f

Please sign in to comment.