We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433c448 commit ad1a3e9Copy full SHA for ad1a3e9
.github/workflows/distribute.yaml
@@ -15,10 +15,10 @@ jobs:
15
distGUI:
16
strategy:
17
matrix:
18
- os: [ ubuntu-latest, windows-2022, macos-latest ]
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
19
targetArchitecture: [amd64, arm64]
20
exclude:
21
- - os: windows-2022
+ - os: windows-latest
22
targetArchitecture: arm64
23
runs-on: ${{ matrix.os }}
24
env:
@@ -84,7 +84,7 @@ jobs:
84
-P "de.unijena.bioinf.build.MACOS_APPLE_ID_PW=${{ secrets.MACOS_APPLE_ID_PW }}" \
85
-P "de.unijena.bioinf.build.MACOS_TEAM_ID=${{ secrets.MACOS_TEAM_ID }}"
86
87
- - if: matrix.os == 'windows-2022'
+ - if: matrix.os == 'windows-latest'
88
name: Azure Trusted Signing for Widows MSI
89
uses: azure/trusted-signing-action@v0.3.16
90
with:
0 commit comments