Skip to content

Commit

Permalink
[untracked]: use ubuntu 22.04 (#13)
Browse files Browse the repository at this point in the history
## Summary

## Detail

## Testing

## Documentation

---

**Requested Reviewers:** @mention
  • Loading branch information
hsinghgrewal authored Dec 6, 2024
1 parent baf5122 commit 459e0ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
branches: [master]
jobs:
run-message-transmitter-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
make verify-message-transmitter-coverage
run-token-messenger-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
make verify-token-messenger-minter-coverage
run-e2e-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -80,7 +80,7 @@ jobs:
yarn test:e2e
spell-checker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 459e0ce

Please sign in to comment.