Skip to content

Commit

Permalink
ci: release assets for darwin/amd64 (#2326)
Browse files Browse the repository at this point in the history
Close #2327

The pull request #2323 changed the
runner from macos-latest to macos-14.
macos-13 and macos-latest are darwin/amd64 but macos-14 is darwin/arm64.
So at v0.6.7 https://github.com/pen-lang/pen/releases/tag/v0.6.7 the
asset for darwin/arm64 was released instead of darwin/amd64.
To release assets for darwin/amd64, this pull request adds macos-13 to
the build matrix.
  • Loading branch information
suzuki-shunsuke authored Feb 23, 2024
1 parent 38b47da commit f9311ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
os:
- ubuntu-22.04
- macos-14
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9311ab

Please sign in to comment.