Add Ubuntu 24.04 to the test list

This commit is contained in:
Cary R 2024-08-16 22:10:13 -07:00
parent 6f743cd8db
commit 99160f65b8
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ jobs:
matrix:
os: [
'20.04',
'22.04'
'22.04',
'24.04'
]
runs-on: ubuntu-${{ matrix.os }}
name: '🐧 Ubuntu ${{ matrix.os }}'