Skip to content

Commit

Permalink
chore: workflow run on ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <rogers@rogerogers.com>
  • Loading branch information
rogerogers committed Nov 9, 2023
1 parent f281ffa commit 2ab22ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
resolve-modules:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
skip-pkg-cache: true

ut:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2ab22ac

Please sign in to comment.