Skip to content

Commit

Permalink
ci: add x86 macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Oct 15, 2024
1 parent 4466db9 commit e6a1d2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
name: Build changelog_cli
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
include:
- binary-name: changelog_cli
- binary-name: changelog_cli_linux
os: ubuntu-latest
- binary-name: changelog_cli.exe
os: windows-latest
- binary-name: changelog_cli
- binary-name: changelog_cli_macos
os: macos-latest
- binary-name: changelog_cli_macos_x86
os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e6a1d2a

Please sign in to comment.