Skip to content

Commit 00c2eca

Browse files
Merge pull request #9 from MonoGame/dev/dellis1972/linuxarm
Try to add a build for linux arm
2 parents 754879f + ff16873 commit 00c2eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [windows-latest, macos-latest, ubuntu-24.04]
12+
os: [windows-latest, macos-15, ubuntu-22.04, ubuntu-22.04-arm]
1313
fail-fast: false
1414
steps:
1515
- name: Expose GitHub Runtime

0 commit comments

Comments
 (0)