shithub: rgbds

Download patch

ref: ab12c474d27291fe69b25e68d00184b05a601926
parent: 8ccbd9dc36c9fd672225ba91e50d022f166acd73
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Oct 1 20:58:04 EDT 2022

Properly exclude GCC from macOS matrices

--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -12,9 +12,9 @@
         buildsys: [make, cmake]
         exclude:
           # `gcc` is just an alias to `clang` on macOS, don't bother
-          - os: macos-10.15
+          - os: macos-11
             cc: gcc
-          - os: macos-11.0
+          - os: macos-12
             cc: gcc
         include:
           - cc: gcc