Skip to content

Commit

Permalink
ci: Bump ubuntu versions used
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Oct 15, 2024
1 parent abfdcb3 commit 9a4564e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ jobs:
cc: [ gcc ]
cxx: [ g++ ]
config: [ Debug, Release ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-22.04, ubuntu-22.04 ]
include:
# Test clang on ubuntu 20
# Test clang on ubuntu 22
- cc: clang
cxx: clang++
config: Debug
os: ubuntu-20.04
# Test clang on ubuntu 22
os: ubuntu-22.04
# Test clang on ubuntu 24
- cc: clang
cxx: clang++
config: Release
os: ubuntu-22.04
os: ubuntu-24.04


steps:
Expand Down

0 comments on commit 9a4564e

Please sign in to comment.