Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch2025 authored Jun 18, 2024
1 parent ba29d00 commit 0e5b818
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
architecture: [x64, x86]
os: [windows-latest]
architecture: [x64]
toolchain: [stable]
steps:
- uses: actions/checkout@v3
Expand All @@ -36,8 +36,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
architecture: [x64, x86]
os: [windows-latest]
architecture: [x64]
toolchain: [stable]
steps:
- uses: actions/checkout@v3
Expand All @@ -58,9 +58,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
architecture: [ x64, x86 ]
toolchain: [ stable ]
os: [windows-latest]
architecture: [x64]
toolchain: [stable]
permissions:
contents: write
steps:
Expand Down

0 comments on commit 0e5b818

Please sign in to comment.