🔽 Downgrade Ubuntu image for more compatibility with older distros (#5788)

* downgrade ubuntu image for more compatibility with older distros

* release ntoes
This commit is contained in:
Michael Clark
2025-09-24 18:37:31 +00:00
committed by GitHub
parent 28caf8eaf9
commit 9af4ba4d07
3 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}