From 700ee6d8810e09c6d6ada3dec2f3192fa7cca7bd Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Mon, 24 Jun 2024 08:01:06 -0700 Subject: [PATCH] remove safari --- .github/workflows/ci-ruby.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index 803c015213a0f..419e17df5065c 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -79,8 +79,6 @@ jobs: exclude: - browser: edge os: macos - - browser: safari - os: windows with: name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }}) browser: ${{ matrix.browser }} @@ -106,8 +104,6 @@ jobs: include: - browser: edge os: windows - - browser: safari - os: macos with: name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }}) browser: ${{ matrix.browser }}