Skip to content

Commit

Permalink
Fix github workflow matrix names
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent e039d2e commit 2814097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
- name: mac-intel
label: macOS Intel
os: macos-14
- build: win32
- name: win32
label: Windows 32-bit
os: ubuntu-latest
- build: win64
- name: win64
label: Windows 64-bit
os: ubuntu-latest
- build: linux
- name: linux
os: ubuntu-latest

steps:
Expand Down

0 comments on commit 2814097

Please sign in to comment.