There was an error while loading. Please reload this page.
1 parent 4559486 commit fd865c9Copy full SHA for fd865c9
1 file changed
.github/workflows/freebsd_build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}
13
strategy:
14
matrix:
15
include:
0 commit comments