diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffe105f..71b4c72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: otp: [21.3, 22.0.7, 22.3, 23.0.4, 23.2.7.0, 24.0] container: - image: erlang:${{ matrix.otp }}-alpine + image: erlang:${{ matrix.otp }} steps: - name: Checkout uses: actions/checkout@v4