diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 588231c..8ac72d9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,13 +38,11 @@ jobs: - name: "Debug event.json" continue-on-error: true run: cat "${GITHUB_EVENT_PATH}" - - name: "Debug CTX github" continue-on-error: true env: GITHUB_CTX: ${{ toJSON(github) }} run: echo "$GITHUB_CTX" - - name: "Debug Environment" continue-on-error: true run: env diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cb59842..5b31455 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,13 +30,11 @@ jobs: - name: "Debug event.json" continue-on-error: true run: cat "${GITHUB_EVENT_PATH}" - - name: "Debug CTX github" continue-on-error: true env: GITHUB_CTX: ${{ toJSON(github) }} run: echo "$GITHUB_CTX" - - name: "Debug Environment" continue-on-error: true run: env diff --git a/.github/workflows/pyinstaller.yaml b/.github/workflows/pyinstaller.yaml index b0c683c..9eb3f63 100644 --- a/.github/workflows/pyinstaller.yaml +++ b/.github/workflows/pyinstaller.yaml @@ -32,16 +32,18 @@ jobs: matrix: include: # https://github.com/actions/runner-images + # https://github.com/actions/partner-runner-images + - os: macos-latest + name: macos-arm64 + - os: macos-15-intel + name: macos-amd64 - os: ubuntu-latest name: linux-amd64 + - os: ubuntu-24.04-arm + name: linux-arm64 - os: windows-latest name: windows-amd64 extra-args: ${{ inputs.windows-file && '--version-file win-version.txt' || '' }} - - os: macos-latest - name: macos-arm64 - # https://github.com/actions/partner-runner-images - - os: ubuntu-24.04-arm - name: linux-arm64 steps: - name: "Checkout" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abe7af6..9fe5e19 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,13 +116,11 @@ jobs: - name: "Debug event.json" continue-on-error: true run: cat "${GITHUB_EVENT_PATH}" - - name: "Debug CTX github" continue-on-error: true env: GITHUB_CTX: ${{ toJSON(github) }} run: echo "$GITHUB_CTX" - - name: "Debug Environment" continue-on-error: true run: env diff --git a/.github/workflows/snapcraft.yaml b/.github/workflows/snapcraft.yaml index 3a73dcf..1a5d02c 100644 --- a/.github/workflows/snapcraft.yaml +++ b/.github/workflows/snapcraft.yaml @@ -34,13 +34,11 @@ jobs: - name: "Debug event.json" continue-on-error: true run: cat "${GITHUB_EVENT_PATH}" - - name: "Debug CTX github" continue-on-error: true env: GITHUB_CTX: ${{ toJSON(github) }} run: echo "$GITHUB_CTX" - - name: "Debug Environment" continue-on-error: true run: env diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ae31306..b842281 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,13 +45,11 @@ jobs: - name: "Debug event.json" continue-on-error: true run: cat "${GITHUB_EVENT_PATH}" - - name: "Debug CTX github" continue-on-error: true env: GITHUB_CTX: ${{ toJSON(github) }} run: echo "$GITHUB_CTX" - - name: "Debug Environment" continue-on-error: true run: env diff --git a/README.md b/README.md index 90b54ac..d30d45c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ pip install npmstat From GitHub: https://github.com/cssnr/npmstat/releases/latest - [windows-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/windows-amd64.zip) +- [macos-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/macos-amd64.zip) - [macos-arm64.zip](https://github.com/cssnr/npmstat/releases/latest/download/macos-arm64.zip) - [linux-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/linux-amd64.zip) - [linux-arm64.zip](https://github.com/cssnr/npmstat/releases/latest/download/linux-arm64.zip) diff --git a/docs/index.md b/docs/index.md index f560b8e..dbc3d46 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,6 +46,7 @@ From GitHub: https://github.com/cssnr/npmstat/releases/latest - [windows-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/windows-amd64.zip) - [macos-arm64.zip](https://github.com/cssnr/npmstat/releases/latest/download/macos-arm64.zip) + - [macos-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/macos-amd64.zip) - [linux-amd64.zip](https://github.com/cssnr/npmstat/releases/latest/download/linux-amd64.zip) - [linux-arm64.zip](https://github.com/cssnr/npmstat/releases/latest/download/linux-arm64.zip)