fix: Pin select jobs to ubuntu 22.04.

Using Ubuntu 24.04 breaks Mongo installation
and some thing involving lxml/xmlsec. We are
going to pin this until we're ready to upgrade both.
This commit is contained in:
Diana Huang
2024-10-10 16:36:02 -04:00
committed by Diana Huang
parent 96c682a25b
commit 8ee942e411
6 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ jobs:
matrix:
python-version:
- "3.11"
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v4