Skip to content

Commit 24070f0

Browse files
fix: change plataform from low latancy to default ubuntu
Co-authored-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Signed-off-by: David Lima <antdavidlima@gmail.com>
1 parent 9ae8fac commit 24070f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
changes:
22-
runs-on: ubuntu-latest-low
22+
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read
2525
pull-requests: read
@@ -87,7 +87,7 @@ jobs:
8787
summary:
8888
permissions:
8989
contents: none
90-
runs-on: ubuntu-latest-low
90+
runs-on: ubuntu-latest
9191
needs: [changes, lint]
9292

9393
if: always()

0 commit comments

Comments
 (0)