Skip to content

Commit

Permalink
Update e2e-cache-dependency-path.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabaleshwars authored Oct 1, 2024
1 parent d8a8873 commit 233264b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-cache-dependency-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-22.04, ubuntu-24.04,windows-latest, macos-13, macos-14]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-22.04, ubuntu-24.04,windows-latest, macos-13, macos-14]
needs: gradle1-save
steps:
- name: Checkout
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-22.04, ubuntu-24.04,windows-latest, macos-13, macos-14]
needs: gradle1-save
steps:
- name: Checkout
Expand Down

0 comments on commit 233264b

Please sign in to comment.