Skip to content

Commit

Permalink
feat: switched runner for transaction exclusion to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesho committed Oct 14, 2024
1 parent 4b12103 commit f75cc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
build-and-publish:
runs-on: [self-hosted, ubuntu-22.04, X64, small]
runs-on: [self-hosted, ubuntu-20.04, X64, small]
name: Transaction exclusion api build
environment: ${{ github.ref != 'refs/heads/main' && 'docker-build-and-e2e' || '' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transaction-exclusion-api-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
run-tests:
runs-on: [self-hosted, ubuntu-22.04, X64, small]
runs-on: [self-hosted, ubuntu-20.04, X64, small]
name: Transaction exclusion api tests
steps:
- name: Checkout
Expand Down

0 comments on commit f75cc83

Please sign in to comment.