Update the Alpine version in the CI.

This commit is contained in:
Sadie Powell 2024-06-07 14:40:29 +01:00
parent 06794f7db2
commit 95e69c01e8

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip alpine ci]')"
container: alpine:3.16
container: alpine:3.20
runs-on: ubuntu-latest
env:
CXX: ${{ matrix.compiler }}