We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d46888 commit b8223feCopy full SHA for b8223fe
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
build-shared-libs:
31
strategy:
32
matrix:
33
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
34
arch: [x86_64, aarch64]
35
exclude:
36
- os: windows-latest # This probably requires arm64 Windows agents
0 commit comments