Skip to content

Commit 80174bb

Browse files
authored
Merge pull request #152 from Integration-Automation/dev
Edit GitHub action yml
2 parents 1712735 + 0918771 commit 80174bb

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
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-2019
16+
runs-on: windows-latest
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
@@ -13,7 +13,7 @@ permissions:
1313

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

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

.github/workflows/dev_python3_9.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-2019
16+
runs-on: windows-latest
1717

1818
steps:
1919
- 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_stable_version:
16-
runs-on: windows-2019
16+
runs-on: windows-latest
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
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build_stable_version:
16-
runs-on: windows-2019
16+
runs-on: windows-latest
1717

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

.github/workflows/stable_python3_9.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_stable_version:
16-
runs-on: windows-2019
16+
runs-on: windows-latest
1717

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

.idea/workspace.xml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)