Fixed ubuntu platform for workflow

This commit is contained in:
CasVT
2023-07-02 13:52:32 +02:00
parent d8c6e331b0
commit 34425ed4a8

View File

@@ -8,7 +8,7 @@ on:
jobs:
p3_7:
name: Python 3.7.1
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -24,7 +24,7 @@ jobs:
p3_8:
name: Python 3.8.0
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -40,7 +40,7 @@ jobs:
p3_9:
name: Python 3.9.0
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -56,7 +56,7 @@ jobs:
p3_10:
name: Python 3.10.0
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -72,7 +72,7 @@ jobs:
p3_11:
name: Python 3.11.0
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with: