Skip to content

Commit

Permalink
Merge pull request #78 from magick93/windows-rel
Browse files Browse the repository at this point in the history
Windows rel
  • Loading branch information
magick93 authored Dec 6, 2024
2 parents 0bc18ff + 27387cf commit f8307a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
matrix:
arch: [aarch64-unknown-linux-gnu,
x86_64-unknown-linux-gnu,
x86_64-apple-darwin] # x86_64-windows removed due to https://github.com/magick93/anchor/issues/51
x86_64-apple-darwin,
x86_64-windows]

include:
- arch: aarch64-unknown-linux-gnu
Expand All @@ -40,10 +41,9 @@ jobs:
- arch: x86_64-apple-darwin
runner: macos-13
profile: maxperf
# disabled due to https://github.com/magick93/anchor/issues/51
# - arch: x86_64-windows
# runner: ${{ github.repository == 'sigp/anchor' && fromJson('["self-hosted", "windows", "release"]') || 'windows-2019' }}
# profile: maxperf
- arch: x86_64-windows
runner: ${{ github.repository == 'sigp/anchor' && fromJson('["self-hosted", "windows", "release"]') || 'windows-2019' }}
profile: maxperf

runs-on: ${{ matrix.runner }}
needs: extract-version
Expand Down

0 comments on commit f8307a6

Please sign in to comment.