Skip to content

Commit

Permalink
Revert "Add windows-2025 to CI."
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 20, 2024
1 parent 22d2d97 commit d8a6776
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
os:
- windows-2019
- windows-2022
- windows-2025
cfg:
- Debug
- Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
package:
if: github.repository == 'vezel-dev/ruptura'
runs-on: windows-2025
runs-on: windows-2022
steps:
- name: Clone repository
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
release:
if: github.repository == 'vezel-dev/ruptura'
runs-on: windows-2025
runs-on: windows-2022
steps:
- name: Clone repository
uses: actions/[email protected]
Expand Down

0 comments on commit d8a6776

Please sign in to comment.