Skip to content

Commit 70ac376

Browse files
added examples & remoed macOS
1 parent 1d6386c commit 70ac376

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
main:
1+
name: Examples
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
main:
213
name: Examples
314
runs-on: ubuntu-22.04
415
services:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu, macOS]
21+
os: [ubuntu]
2222
env:
2323
OS: ${{ matrix.os }}-latest
2424
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)