aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-10-17 14:53:06 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-10-17 14:53:06 +0200
commit4ce57d2d142758b4fcd44097808df643615126fb (patch)
tree6407cc66ae5b27085635ce194337c0db716c84ce /.github
parent96d5510026e676d4b490049d20ffe67932a2c7a1 (diff)
downloadghdl-4ce57d2d142758b4fcd44097808df643615126fb.tar.gz
ghdl-4ce57d2d142758b4fcd44097808df643615126fb.tar.bz2
ghdl-4ce57d2d142758b4fcd44097808df643615126fb.zip
ci: bump Python to 3.10 when using Action setup-python
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 55caad911..55da4c176 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -78,7 +78,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
- name: '🔧 Install dependencies'
run: |
@@ -470,7 +470,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
architecture: ${{ matrix.pyarch }}
- name: '🐍 Install Python dependencies'
@@ -545,7 +545,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
architecture: ${{ matrix.pyarch }}
- name: '📥 Download artifact: pyGHDL'