Skip to content

Commit 46153de

Browse files
committed
ci: use ubuntu-22.04 runner for docker push [skip ci]
1 parent 8cbc330 commit 46153de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
docker-push:
1515
name: Docker Push
16-
runs-on: macos-15
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Login to Docker Hub

0 commit comments

Comments
 (0)