Skip to content

Commit

Permalink
TO REMOVE remove most macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Aug 26, 2024
1 parent c3f4adf commit 2434011
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
schedule:
- cron: "20 10 * * *"
- cron: "30 10 * * *"
workflow_dispatch:
inputs:

Expand All @@ -21,7 +21,7 @@ jobs:
test-default:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
version:
- v0.23.0
- v0.22.0
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -82,7 +82,7 @@ jobs:
version:
- v0.23.0
- v0.22.0
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
matrix:
version:
- v0.23.0
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
matrix:
version:
- v0.23.0
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
matrix:
knative_version:
- v1.15.0
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 2434011

Please sign in to comment.