Skip to content

Commit 26a811f

Browse files
authored
Update examples.yaml
Signed-off-by: Appu <appu@google.com>
1 parent d071588 commit 26a811f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/examples.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest] # TODO: add back in windows-latest after new release (v1.3.0 broken on windows)
1717
name: Build and run release examples on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
concurrency:
@@ -22,9 +22,6 @@ jobs:
2222

2323
permissions:
2424
id-token: write
25-
26-
# TODO: enable after next release, v1.3.0 fails on windows
27-
if: ${{ matrix.os != 'windows-latest' }}
2825

2926
steps:
3027
- name: Enable long paths in Git

0 commit comments

Comments
 (0)