Skip to content

Commit fd70f03

Browse files
committed
add arm64 runners
1 parent fbca6c6 commit fd70f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-2022, ubuntu-20.04, macos-13]
13+
os: [windows-2022, ubuntu-20.04, ubuntu-22.04-arm, macos-13, macos-14]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload Artifacts
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: Sparrow Build - ${{ runner.os }}
36+
name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }}
3737
path: |
3838
build/jpackage/*
3939
!build/jpackage/Sparrow/
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ runner.os == 'Linux' }}
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: Sparrow Build - ${{ runner.os }} Headless
53+
name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }} Headless
5454
path: |
5555
build/jpackage/*
5656
!build/jpackage/Sparrow/

0 commit comments

Comments
 (0)