We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626162 commit 1314060Copy full SHA for 1314060
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
# operating-system: [ubuntu-latest, windows-latest, macOS-latest]
14
- operating-system: [ubuntu-latest]
+ operating-system: [ubuntu-latest,windows-latest]
15
16
runs-on: ${{ matrix.operating-system }}
17
@@ -76,6 +76,7 @@ jobs:
76
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)
77
78
79
+ fail-fast: false # if one os is failing continue nonetheless
80
81
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
82
0 commit comments