We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b8a20 commit 48a2302Copy full SHA for 48a2302
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest]
19
runs-on: ${{matrix.os}}
20
steps:
21
- name: Checkout repository
0 commit comments