diff options
| author | Kaalleen <reni@allenka.de> | 2022-02-18 18:55:25 +0100 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-05-04 19:18:21 +0200 |
| commit | 7bd5dd6b50999ad46fb8d18b75724107f08f3d61 (patch) | |
| tree | 52ce3e0f54fb48d35a4ccdd192c41a0b965a1a14 /.github | |
| parent | d4bead109ec4c693da0f47b9c0fddbc631a533cb (diff) | |
test with macos python 3.8.x
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74fe8f6b..44a68643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v2 with: - python-version: '3.9.x' + python-version: '3.8.x' - uses: actions/setup-node@v1 with: node-version: '16.x' |
