Skip to content

Commit

Permalink
publish on macos x86 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Aug 19, 2024
1 parent ef83fdc commit 5b4ecd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
{ name: 'linux', image: 'ubuntu-latest' },
{ name: 'windows', image: 'windows-latest' },
{ name: 'macos', image: 'macos-latest' },
{ name: 'macosx86', image: 'macos-13' }
]
runs-on: ${{ matrix.os.image }}
steps:
Expand Down

0 comments on commit 5b4ecd5

Please sign in to comment.