Skip to content

Commit 4f2f7e4

Browse files
authored
Merge pull request #11 from upfluence/mac-arm-build
add mac arm build
2 parents 64c58ec + f2e8271 commit 4f2f7e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build the thrift compiler
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, macos-12]
17+
os: [ubuntu-20.04, macos-12, macos-14]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout
@@ -53,6 +53,10 @@ jobs:
5353
with:
5454
name: thrift-macos-12
5555
path: bin/
56+
- uses: actions/download-artifact@v2
57+
with:
58+
name: thrift-macos-14
59+
path: bin/
5660
- name: Get Package Version
5761
id: pkg_version
5862
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

0 commit comments

Comments
 (0)