update to build on ubuntu 22.0.4

This commit is contained in:
Craig Raw 2024-02-15 13:09:22 +02:00
parent 865c52e5d9
commit 15c3150a4f

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, ubuntu-20.04, macos-12]
os: [windows-2022, ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v4
with: