Skip to content

Commit

Permalink
Add friendly name for Windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Sep 30, 2020
1 parent 5b85021 commit a479d88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,11 @@ jobs:
- os: macos-10.15
friendlyName: macOS
- os: windows-2019
friendlyName: Windows
arch: x64
friendlyName: Windows x64
- os: windows-2019
arch: arm64
friendlyName: Windows arm64
exclude:
- os: macos-10.15
arch: arm64
Expand Down

0 comments on commit a479d88

Please sign in to comment.