We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5d646 commit 5bc15b6Copy full SHA for 5bc15b6
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latests]
+ os: [ubuntu-latest]
22
environment-file:
23
- ci/envs/39-minimal.yaml
24
- ci/envs/310-conda-forge.yaml
@@ -27,7 +27,7 @@ jobs:
27
include:
28
- os: macos-latest
29
environment-file: ci/envs/312-latest-conda-forge.yaml
30
- - os: macos-latest
+ - os: macos-14 # apple silicon
31
32
- os: windows-latest
33
0 commit comments