Skip to content

Commit 45940fc

Browse files
authored
Update main.yml
1 parent 569a87b commit 45940fc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ jobs:
2121
# This workflow contains a single job called "build"
2222
build:
2323
# The type of runner that the job will run on
24-
runs-on: ${{ matrix.os }}
24+
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
include:
28-
- os: macos-14
29-
platform: linux/amd64
30-
- os: ubuntu-latest
31-
platform: linux/amd64
27+
platform:
28+
- linux/amd64
29+
- linux/arm64
3230

3331
# Steps represent a sequence of tasks that will be executed as part of the job
3432
steps:

0 commit comments

Comments
 (0)