Skip to content

Commit

Permalink
Explicitly specify build job OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 authored Jul 15, 2024
1 parent b1043f1 commit 3c9bdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ env:

jobs:
job:
name: ${{ matrix.os }}-weekly
runs-on: ${{ matrix.os }}
name: windows-latest-weekly
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3c9bdda

Please sign in to comment.