Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub actions: Use python 3.10.6 and ubuntu-22.04
I'm surprised because I don't remember this failing before, but python version 3.10 is seemingly unavailable in GitHub runner using "ubuntu-latest" (which resolves to Ubuntu 20.04 appparently), so let's require ubuntu-22.04 and see. And in addition, we had to change from 3.10.5 to 3.10.6 to make it run.
- Loading branch information