We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbed0e commit c3e7812Copy full SHA for c3e7812
.github/workflows/alpine.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
alpine:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
8
container: alpine:latest
9
steps:
10
# Git is required so that actions/checkout does a proper Git checkout.
0 commit comments