From fae7af32abaa671874e53f34e5c471d0e6477a7a Mon Sep 17 00:00:00 2001 From: Xinyu Li Date: Mon, 22 Jul 2024 13:18:42 -0700 Subject: [PATCH] update cdci on v1.6.0 --- .github/workflows/python_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 26bf68d6..41a31257 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -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 @@ -33,7 +33,7 @@ jobs: - uses: robinraju/release-downloader@v1.9 with: repository: "fixstars/ion-kit" - latest: true + latest: false fileName: "ion-kit*" - name: Copy macos file