2
0
Эх сурвалжийг харах

ci: use a faster python on macOS

the macOS machines used for github actions are sometimes slow,
so rather try to put less burden on them.
Thomas Waldmann 2 жил өмнө
parent
commit
5c24149237

+ 2 - 2
.github/workflows/ci.yml

@@ -65,8 +65,8 @@ jobs:
               python-version: '3.11'
               toxenv: py311-fuse3
             - os: macos-12
-              python-version: '3.9'
-              toxenv: py39-none  # note: no fuse testing, due to #6099, see also #6196.
+              python-version: '3.11'
+              toxenv: py311-none  # note: no fuse testing, due to #6099, see also #6196.
 
     env:
       # Configure pkg-config to use OpenSSL from Homebrew