Skip to content

Commit

Permalink
use windows-latest-large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed Jan 31, 2025
1 parent 5331d75 commit 8c35a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest-large, windows-latest, macos-latest]
os: [ubuntu-latest-large, windows-latest-large, macos-latest]

steps:
- name: Checkout code
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if-no-files-found: error

- name: Upload Windows artifacts
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest-large'
uses: actions/upload-artifact@v4
with:
name: windows-artifacts
Expand Down

0 comments on commit 8c35a62

Please sign in to comment.