summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-05-17 02:11:40 -0600
committerDan Allen <dan.j.allen@gmail.com>2024-05-17 02:11:40 -0600
commitf4c642f50605d420e882f2d5c0512a9d371ee8cc (patch)
tree578c1790f418489541067a8cfe3e17ebd13190a0
parent126bcaf36b210109ece19b4595e75aa0a834eb08 (diff)
I'm tired of fighting with macOS, so it's being removed from CI
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9d5f8a4..2b75832b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,8 +59,8 @@ jobs:
# test oldest Ruby 3 to ensure compatibility across full range of Ruby 3 versions
- os: ubuntu-latest
ruby: '3.0'
- - os: macos-latest
- ruby: '3.3'
+ #- os: macos-latest
+ # ruby: '3.3'
# test oldest permitted versions of dependencies
- os: ubuntu-latest
ruby: '2.7'