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 Sep 30, 2024
1 parent fc64722 commit 2000c31
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: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-24.04]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-24.04]
needs: gradle1-save
steps:
- name: Checkout
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-24.04]
needs: gradle1-save
steps:
- name: Checkout
Expand Down

0 comments on commit 2000c31

Please sign in to comment.