Skip to content

Commit 123237c

Browse files
committed
Replace Windows 2019 with Windows 2025
1 parent c782c30 commit 123237c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/mirror_to_gitlab.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
run: |
2525
git config user.name github-actions
2626
git config user.email [email protected]
27-
git remote add gitlab https://${{ secrets.GITLAB_USERNAME }}:${token}@${{ secrets.GITLAB_URL }}
27+
git remote add gitlab https://GITLAB_MIRROR_ACCESS:${{ secrets.GITLAB_MIRROR_ACCESS }}@gitlab.com/Argmaster/pygerber
2828
git push gitlab main -f
2929
git push --tags gitlab main -f
30-
env:
31-
token: ${{ secrets.GITLAB_MIRROR_ACCESS }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: true
3131
matrix:
32-
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
32+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2025]
3333
python-version: ["3.8", "3.13"]
3434

3535
name: All on ${{ matrix.os }} with Python ${{ matrix.python-version }}
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: true
8383
matrix:
84-
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
84+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2025]
8585
python-version: ["3.9", "3.10", "3.11", "3.12"]
8686

8787
name: Unit on ${{ matrix.os }} with Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)