From 63b3c616b4a35a6f7c4119b6f0019ae3ac2cd716 Mon Sep 17 00:00:00 2001 From: Mads Ynddal Date: Tue, 7 May 2024 15:29:37 +0200 Subject: [PATCH] fixup! dfhguiuio --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4b70df3..3c7e62cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,11 +130,11 @@ jobs: name: "distribution builds" needs: [sanity] - - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: + os: [macos-latest, ubuntu-latest] container: - {os: 'almalinux', ver: '8'} - {os: 'almalinux', ver: '9'} @@ -153,10 +153,10 @@ jobs: - {os: 'ubuntu', ver: 'lunar'} - {os: 'ubuntu', ver: 'jammy'} - {os: 'ubuntu', ver: 'focal'} - - {os: 'macos', ver: 'latest'} container: image: ${{ matrix.container.os }}:${{ matrix.container.ver }} + enabled: ${{ contains(matrix.os, 'ubuntu') }} steps: - name: checkout