Skip to content

Commit

Permalink
fix release CI workflow to run on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Jan 31, 2025
1 parent c0865f4 commit be8b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: self-hosted
runs-on: ubuntu-24.04
steps:
- name: Checkout coreumbridge-xrpl-relayer
uses: actions/checkout@v4
Expand Down

0 comments on commit be8b90d

Please sign in to comment.