Skip to content

Commit e9a3295

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu_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: ${{ matrix.os }}
12+
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}
1313
strategy:
1414
matrix:
1515
include:

0 commit comments

Comments
 (0)