Skip to content

Commit

Permalink
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 88f7958 commit 22d2d97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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-2022
runs-on: windows-2025
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-2022
runs-on: windows-2025
steps:
- name: Clone repository
uses: actions/[email protected]
Expand Down

0 comments on commit 22d2d97

Please sign in to comment.