Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed May 8, 2024
1 parent a9305d8 commit 94c1a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
args:

- name: macos
host: macos-12
host: macos-14
args:

- name: ubuntu
host: ubuntu-latest
args:
# - name: ubuntu
# host: ubuntu-latest
# args:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'

- name: Get Library Version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'

- name: Get Library Version
id: get_version
Expand Down

0 comments on commit 94c1a7d

Please sign in to comment.