From 8b8fe9fa987104de9fac1c83da467a0da55fe4cc Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 15:12:39 +0200 Subject: [PATCH] More updates and learning. --- .github/workflows/ci.cue | 4 +++- .github/workflows/ci.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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