We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4658cf commit eb3895eCopy full SHA for eb3895e
1 file changed
.github/workflows/python.yaml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
# macos-13 is x84 and macos-14-large is arm64
30
- os: ["ubuntu-20.04", "windows-latest", "macos-13", "macos-14-large"]
+ os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14-large"]
31
python_version: ["3.9", "3.10", "3.11", "3.12"]
32
steps:
33
- uses: actions/checkout@v4
0 commit comments