Skip to content

Commit 0918771

Browse files
committed
Edit GitHub action yml
Edit GitHub action yml * Change all runs-on label to use windows or ubuntu latest
1 parent cc4dbc8 commit 0918771

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)