Skip to content

Commit fd865c9

Browse files
committed
* Update FreeBSD build workflow: Conditionally use appropriate runner based on architecture
1 parent 4559486 commit fd865c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/freebsd_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}
1313
strategy:
1414
matrix:
1515
include:

0 commit comments

Comments
 (0)