aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2024-10-15 11:20:02 -0500
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2024-10-15 14:28:56 -0600
commit952011404e12dafa2f1c964d4a198ebbcef53abf (patch)
tree3e54fdb7ee9dbaf433999b8a7d0ced93224e6dd3
parentf12bc32cddc33f4a37735929632c1a7bb8051755 (diff)
downloadusermoji-952011404e12dafa2f1c964d4a198ebbcef53abf.tar.xz
ci: Bump ubuntu versions used
-rw-r--r--.github/workflows/tools.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 5e57564e..6b47a616 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -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: