Fixing depreciated Ubuntu 20.04 GitHub action target - moving to 22.04 and 24.04.

This commit is contained in:
Jonathan Thomas
2025-05-05 22:46:43 -05:00
parent 6921363c23
commit 1805b54c16
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
defaults:
run:
shell: bash