Skip to content

Commit

Permalink
chore: Going back to GH runners (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Apr 24, 2024
1 parent c98df4b commit ea63aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-with-multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
integration-test:
runs-on: [self-hosted, linux, x64, jammy, xlarge]
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
integration-test:
runs-on: [self-hosted, linux, x64, jammy, xlarge]
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ea63aa1

Please sign in to comment.