Skip to content

Commit

Permalink
Merge pull request #304 from fixstars/update/cdci-v1.6.1
Browse files Browse the repository at this point in the history
update cdci on v1.6.0
  • Loading branch information
xinyuli1204 authored Jul 22, 2024
2 parents 793336a + fae7af3 commit 499e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "fixstars/ion-kit"
latest: true
latest: false
fileName: "ion-kit*"

- name: Copy macos file
Expand Down

0 comments on commit 499e760

Please sign in to comment.