We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466db9 commit e6a1d2aCopy full SHA for e6a1d2a
.github/workflows/build.yaml
@@ -13,14 +13,16 @@ jobs:
13
name: Build changelog_cli
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
17
include:
18
- - binary-name: changelog_cli
+ - binary-name: changelog_cli_linux
19
os: ubuntu-latest
20
- binary-name: changelog_cli.exe
21
os: windows-latest
22
+ - binary-name: changelog_cli_macos
23
os: macos-latest
24
+ - binary-name: changelog_cli_macos_x86
25
+ os: macos-13
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v2
0 commit comments