Skip to content

Commit c3e7812

Browse files
committed
ci: run Alpine build on GHA on Ubuntu 24.04 runner
1 parent dfbed0e commit c3e7812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
alpine:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
container: alpine:latest
99
steps:
1010
# Git is required so that actions/checkout does a proper Git checkout.

0 commit comments

Comments
 (0)