diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 9a11fea..0e65c1b 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -21,7 +21,9 @@ jobs: ci: { container: image: "erlang:${{matrix.otp_vsn}}" strategy: matrix: { otp_vsn: OTP_Versions.all - // os: ["ubuntu-latest"] // This is somewhat of a lie. + // This entry is a lie. The container images are Debian containers, but + // one has to specify where those containers are hosted. + os: ["ubuntu-latest"] } steps: [ {uses: "actions/checkout@v2"}, diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b606284..fe87f85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: - 22.3 - 23.3 - 24.0 + os: + - ubuntu-latest steps: - uses: actions/checkout@v2 - name: Update apt-get database