Skip to content

Commit

Permalink
ci: downgrade windows-2022 to windows-2019 for compatibleness
Browse files Browse the repository at this point in the history
  • Loading branch information
Vito Van authored and VitoVan committed Aug 6, 2024
1 parent c47d359 commit d80cf5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/calm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
*.dmg
Windows:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
*.dmg
Circles-Windows:
needs: Windows
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
*.dmg
Fan-Windows:
needs: Windows
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -603,7 +603,7 @@ jobs:
*.dmg
Mondrian-Windows:
needs: Windows
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -794,7 +794,7 @@ jobs:
*.dmg
Meditator-Windows:
needs: Windows
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d80cf5b

Please sign in to comment.