Skip to content

Commit e6a1d2a

Browse files
committed
ci: add x86 macos runner
1 parent 4466db9 commit e6a1d2a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
name: Build changelog_cli
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
1717
include:
18-
- binary-name: changelog_cli
18+
- binary-name: changelog_cli_linux
1919
os: ubuntu-latest
2020
- binary-name: changelog_cli.exe
2121
os: windows-latest
22-
- binary-name: changelog_cli
22+
- binary-name: changelog_cli_macos
2323
os: macos-latest
24+
- binary-name: changelog_cli_macos_x86
25+
os: macos-13
2426
runs-on: ${{ matrix.os }}
2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)