We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fea462 commit 445239bCopy full SHA for 445239b
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ${{ matrix.os }}
48
strategy:
49
matrix:
50
- os: [windows-2022, ubuntu-latest, macOS-latest]
+ os: [windows-latest, ubuntu-latest, macOS-latest]
51
steps:
52
- name: 🤘 checkout
53
uses: actions/checkout@v2
@@ -57,7 +57,7 @@ jobs:
57
58
- name: ⚙ dotnet
59
uses: actions/setup-dotnet@v1
60
- if: matrix.os != 'windows-2022'
+ if: matrix.os != 'windows-latest'
61
with:
62
dotnet-version: '6.0.x'
63
0 commit comments