Skip to content

Commit

Permalink
fix ci, with fixed ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Dec 24, 2024
1 parent b535e7c commit 338c076
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.12.13, 2.13.12, 3.3.1]
java: [temurin@17]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@17]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
name: integration-kubernetes-v1-19
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -148,7 +148,7 @@ jobs:
name: integration-kubernetes-v1-20
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -171,7 +171,7 @@ jobs:
name: integration-kubernetes-v1-21
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -194,7 +194,7 @@ jobs:
name: integration-kubernetes-v1-22
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -217,7 +217,7 @@ jobs:
name: integration-kubernetes-v1-23
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -240,7 +240,7 @@ jobs:
name: integration-kubernetes-v1-24
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.13.12]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 338c076

Please sign in to comment.