Skip to content

Commit c173bcc

Browse files
committed
use python 3.9
1 parent c042088 commit c173bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
with:
5252
submodules: recursive
5353
fetch-depth: 0
54-
- name: Set up Python 3.8
54+
- name: Set up Python 3.9
5555
uses: actions/setup-python@v2
5656
with:
57-
python-version: 3.8
57+
python-version: 3.9
5858
- name: Set extra env
5959
run: |
6060
if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV; fi

0 commit comments

Comments
 (0)