Skip to content

Commit 672a559

Browse files
authored
fix runs-on for gh action
1 parent 369370b commit 672a559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-docker-images.yml

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

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest-arm
12+
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Login to GitHub Package Registry

0 commit comments

Comments
 (0)