Skip to content

Commit a0fdac5

Browse files
committed
Use Arm64 Runner
1 parent aa14108 commit a0fdac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
latest_versions:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04-arm
1616
# Map a step output to a job output
1717
outputs:
1818
llvm_version: ${{ steps.llvm.outputs.version }}
@@ -29,7 +29,7 @@ jobs:
2929
echo "version=${LLVM_VERSION}" >> $GITHUB_OUTPUT
3030
3131
build-java17:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04-arm
3333
container:
3434
image: poad/docker-grpc:compose-java17
3535
options: --privileged

0 commit comments

Comments
 (0)