Skip to content

Commit

Permalink
update runs-on value
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jul 24, 2024
1 parent 2fe7a08 commit 8a65773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
tox-environments:
- integration-opensearch
runs-on: ubuntu-latest
runs-on: ["self-hosted", "linux", "X64", "jammy", "large"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8a65773

Please sign in to comment.