Skip to content

Commit 4ddf5c1

Browse files
committed
Update tests
1 parent b794928 commit 4ddf5c1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build_dev_version:
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/dev_python3_11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build_dev_version:
14-
runs-on: windows-latest
14+
runs-on: windows-2022
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/dev_python3_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build_dev_version:
14-
runs-on: windows-latest
14+
runs-on: windows-2022
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/stable_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build_dev_version:
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/stable_python3_11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build_dev_version:
14-
runs-on: windows-latest
14+
runs-on: windows-2022
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/stable_python3_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build_dev_version:
14-
runs-on: windows-latest
14+
runs-on: windows-2022
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)