We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ccc8e commit 7c7e98eCopy full SHA for 7c7e98e
.github/workflows/release.yml
@@ -19,15 +19,15 @@ jobs:
19
# which prevents the race.
20
# max-parallel: 1
21
matrix:
22
+ # See https://github.com/SFARPak/dyad/issues/96
23
os: [
24
{ name: "windows", image: "windows-latest" },
- # See https://github.com/SFARPak/dyad/issues/96
25
{ name: "linux", image: "ubuntu-22.04" },
26
{ name: "macos-intel", image: "macos-13" },
27
{ name: "macos", image: "macos-latest" },
28
]
29
runs-on: ${{ matrix.os.image }}
30
- env:
+ # env:
31
# CSC_LINK: ${{ secrets.CSC_LINK }}
32
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
33
steps:
0 commit comments