We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b5cc4 commit 8bfc35cCopy full SHA for 8bfc35c
.github/workflows/test.yaml
@@ -14,6 +14,8 @@ jobs:
14
exclude:
15
- os: "macos"
16
python: "3.7" # Prevent "The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1"
17
+ - os: "ubuntu"
18
+ python: "3.7" # Python 3.7 is not available in ubuntu-latest i.e. version 24.04
19
runs-on: ${{ matrix.os }}-latest
20
21
steps:
0 commit comments