Skip to content

Commit d1af90f

Browse files
committed
Update github workflows
1 parent 1eeca00 commit d1af90f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04]
11-
python-version: ["3.11"]
10+
os: [ubuntu-latest]
11+
python-version: ["3.12"]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup, Python ${{ matrix.python-version }}

.github/workflows/testing.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
13-
- name: Select Python 3.11
12+
uses: actions/checkout@v4
13+
- name: Select Python 3.12
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.11
16+
python-version: 3.12
1717
architecture: x64
1818
- name: Install Dependencies
1919
run: |
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
- name: Setup, Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v2
4040
with:
@@ -53,11 +53,11 @@ jobs:
5353
runs-on: windows-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v2
57-
- name: Select Python 3.11
56+
uses: actions/checkout@v4
57+
- name: Select Python 3.12
5858
uses: actions/setup-python@v2
5959
with:
60-
python-version: 3.11
60+
python-version: 3.12
6161
architecture: x64
6262
- name: Install Dependencies
6363
run: |

0 commit comments

Comments
 (0)