Skip to content

Commit 8ea4172

Browse files
committed
reduce the examples buidl matrix
1 parent 7e64a63 commit 8ea4172

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/caf_validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, macos-latest]
21+
# os: [ubuntu-latest, macos-latest]
22+
os: [ubuntu-latest]
2223
example: [caf_pubsub, caf_pipeline, caf_burst, caf_loadbalanced]
2324

2425
steps:

.github/workflows/phony_validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
# os: [ubuntu-latest, macos-latest, windows-latest]
22+
os: [ubuntu-latest]
2223
go-version: ['1.21', '1.22']
2324
example: [phony_pubsub, phony_pipeline, phony_burst, phony_loadbalanced]
2425

0 commit comments

Comments
 (0)