Skip to content

Commit

Permalink
🚸 use ubuntu 16 to build a release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Oct 24, 2020
1 parent bffa486 commit eab186c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test-linux:
runs-on: Ubuntu-20.04
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
ctest --output-on-failure
upload-linux:
needs: test-linux
runs-on: Ubuntu-20.04
runs-on: ubuntu-16.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def build_extension(self, ext):

setup(
name='libasd',
version='1.5.2',
version='1.5.3',
author='Toru Niina',
author_email='niina.toru.68u@gmail.com',
url='https://github.com/ToruNiina/libasd',
Expand Down

0 comments on commit eab186c

Please sign in to comment.