Skip to content

Commit 5906c9f

Browse files
committed
forgot -latest suffix on include
1 parent 5a50c34 commit 5906c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unittests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
ci/314-dev.yml,
3434
]
3535
include:
36-
- environment-file: ci/314.yml
36+
- environment-file: ci/314-latest.yml
3737
os: macos-15-intel # Intel
38-
- environment-file: ci/314.yml
38+
- environment-file: ci/314-latest.yml
3939
os: macos-latest # Apple Silicon
40-
- environment-file: ci/314.yml
40+
- environment-file: ci/314-latest.yml
4141
os: windows-latest
4242
fail-fast: false
4343

0 commit comments

Comments
 (0)