From 76130335ec2d1ef41846f684625174a16fc29909 Mon Sep 17 00:00:00 2001 From: Kurt Kilpela Date: Fri, 28 Jun 2024 14:39:25 -0700 Subject: [PATCH] Restored runs-on to include all matrix entries --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb791c..4bfc77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: build: strategy: fail-fast: false + runs-on: ${{ matrix.os }} matrix: os: [ ubuntu-20.04, ubuntu-22.04 ] smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1 ]