SDL_image: workflows: Run automated test on macOS + Autotools

From 7ead7b02ddf22979c0a0319fca7a580e94415ee4 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Mon, 23 May 2022 18:47:18 +0100
Subject: [PATCH] workflows: Run automated test on macOS + Autotools

With previous commits from this pull request, the test can now pass.

This reverts commit ce31fd8779488390ce632b24368afaaabbf31350.

Resolves: #248
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a65b5e36..87c6bb81 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -132,7 +132,7 @@ jobs:
         parallel="$(getconf _NPROCESSORS_ONLN)"
         make -j"${parallel}" -C build-autotools V=1
     - name: Run tests with Autotools
-      if: "runner.os == 'Linux' && ! matrix.platform.cmake"
+      if: "! matrix.platform.cmake"
       run: |
         set -eu
         parallel="$(getconf _NPROCESSORS_ONLN)"