Skip to content

Commit

Permalink
disable ubuntu testing while fixing macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent 8a0dd77 commit 9d84482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
isRoot: '0'
os:
- macos-latest
- ubuntu-latest
# - ubuntu-latest
runs-on: ${{ matrix.os }}
env:
SUDO: ${{ matrix.user.isRoot }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
# - ubuntu-latest
integration:
- name: 'Apache 2'
label: 'apache2'
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
label: 'ruby'
os:
- macos-latest
- ubuntu-latest
# - ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9d84482

Please sign in to comment.