Skip to content

Commit 8ef23e1

Browse files
authored
Update macos-windows.yml
1 parent 9a78272 commit 8ef23e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [macos-latest, windows-latest]
31-
env_file: [actions-38.yaml] #, actions-39.yaml, actions-310.yaml]
31+
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
3232
fail-fast: false
3333
runs-on: ${{ matrix.os }}
3434
name: ${{ format('{0} {1}', matrix.os, matrix.env_file) }}

0 commit comments

Comments
 (0)