Skip to content

Commit ad1a3e9

Browse files
committed
Revert "try if windows-2022 still works"
This reverts commit 19515ad.
1 parent 433c448 commit ad1a3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/distribute.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
distGUI:
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, windows-2022, macos-latest ]
18+
os: [ ubuntu-latest, windows-latest, macos-latest ]
1919
targetArchitecture: [amd64, arm64]
2020
exclude:
21-
- os: windows-2022
21+
- os: windows-latest
2222
targetArchitecture: arm64
2323
runs-on: ${{ matrix.os }}
2424
env:
@@ -84,7 +84,7 @@ jobs:
8484
-P "de.unijena.bioinf.build.MACOS_APPLE_ID_PW=${{ secrets.MACOS_APPLE_ID_PW }}" \
8585
-P "de.unijena.bioinf.build.MACOS_TEAM_ID=${{ secrets.MACOS_TEAM_ID }}"
8686
87-
- if: matrix.os == 'windows-2022'
87+
- if: matrix.os == 'windows-latest'
8888
name: Azure Trusted Signing for Widows MSI
8989
uses: azure/trusted-signing-action@v0.3.16
9090
with:

0 commit comments

Comments
 (0)