Skip to content

Commit

Permalink
test: Test ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dexters1 committed Jan 9, 2025
1 parent 64e803b commit 46fec64
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_python_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

run_notebook_test:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
run_neo4j_integration_test:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

run_pgvector_integration_test:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
run_common:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

run_common:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

run_common:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

run_qdrant_integration_test:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_weaviate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

run_weaviate_integration_test:
name: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down

0 comments on commit 46fec64

Please sign in to comment.