Skip to content

Commit 080268a

Browse files
Merge pull request #11 from Bandwidth/SWI-7989
SWI-7989 - windows-2019 GH runner decommission
2 parents 5b76ee4 + 09a744e commit 080268a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
4949
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
5050

51-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
51+
- uses: Bandwidth/build-notify-slack-action@v2
5252
if: always()
5353
with:
5454
job-status: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
28+
os: [ windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
2929
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3030
fail-fast: false
3131
env:

0 commit comments

Comments
 (0)