Skip to content

Commit

Permalink
fix: fix windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Oct 1, 2023
1 parent a77ba12 commit 683b6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
pipeline:
runs-on: windows-2019
runs-on: windows-latest
concurrency: ci-${{ github.ref }}
environment:
name: github-pages
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/deploy-pages@v1

checks:
runs-on: windows-2019
runs-on: windows-latest
strategy:
matrix:
node-version: [ 17.4.0 ]
Expand Down

0 comments on commit 683b6f8

Please sign in to comment.