Skip to content

Commit 3de333a

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [ ubuntu-latest, windows-latest ]
16+
os: [ ubuntu-24.04-arm, windows-latest ]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
if-no-files-found: error
3232

3333
release:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04-arm
3535
if: github.repository_owner == 'Goooler' && startsWith(github.ref, 'refs/tags/')
3636
needs: build
3737
permissions:

0 commit comments

Comments
 (0)