From 9d8448220e772522a8a74f380b2f1e2981d29701 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 26 Aug 2024 12:23:33 -0600 Subject: [PATCH] disable ubuntu testing while fixing macos --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c00cc1459..37ab357459 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: isRoot: '0' os: - macos-latest - - ubuntu-latest + # - ubuntu-latest runs-on: ${{ matrix.os }} env: SUDO: ${{ matrix.user.isRoot }} @@ -53,7 +53,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-latest + # - ubuntu-latest integration: - name: 'Apache 2' label: 'apache2' @@ -95,7 +95,7 @@ jobs: label: 'ruby' os: - macos-latest - - ubuntu-latest + # - ubuntu-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4