Skip to content

Commit a5ae183

Browse files
committed
it would help to update GHA envs...
1 parent 12a33e0 commit a5ae183

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
strategy:
2121
matrix:
2222
os: ['ubuntu-latest']
23-
environment-file: [ci/312-latest.yaml]
23+
environment-file: [ci/313-latest.yaml]
2424
experimental: [false]
2525
defaults:
2626
run:

.github/workflows/unittests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest]
2626
environment-file:
27-
- ci/310-oldest.yaml
28-
- ci/310-latest.yaml
27+
- ci/311-oldest.yaml
2928
- ci/311-latest.yaml
30-
- ci/312-min.yaml
3129
- ci/312-latest.yaml
32-
- ci/312-dev.yaml
30+
- ci/313-min.yaml
31+
- ci/313-latest.yaml
32+
- ci/313-dev.yaml
3333
include:
34-
- environment-file: ci/312-latest.yaml
34+
- environment-file: ci/313-latest.yaml
3535
os: macos-13 # Intel
36-
- environment-file: ci/312-latest.yaml
36+
- environment-file: ci/313-latest.yaml
3737
os: macos-14 # Apple Silicon
38-
- environment-file: ci/312-latest.yaml
38+
- environment-file: ci/313-latest.yaml
3939
os: windows-latest
4040
defaults:
4141
run:

0 commit comments

Comments
 (0)