Skip to content

Commit

Permalink
Update runs-on value in build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi3691 committed Mar 26, 2024
1 parent adf2712 commit 20efb81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
args: '--target x86_64-pc-windows-msvc'
- platform: 'windows-latest'
args: '--target i686-pc-windows-msvc'
runs-on: ${{ matrix.platform }}
# runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.settings.platform }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 20efb81

Please sign in to comment.