Skip to content

Commit

Permalink
[ref] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed May 18, 2024
1 parent 8dc7556 commit bb54ad1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/summa-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ concurrency:

jobs:
macos:
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
package: ["summa-embed-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
Expand All @@ -70,7 +70,7 @@ jobs:
target: [ x64 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Publish to PyPI
Expand Down

0 comments on commit bb54ad1

Please sign in to comment.