Skip to content

Commit 6a1d166

Browse files
fix: version of image to runs on
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a9aa8f0 commit 6a1d166

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-typescript.yml

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

2626
jobs:
2727
changes:
28-
runs-on: ubuntu-latest-low
28+
runs-on: ubuntu-latest
2929
permissions:
3030
contents: read
3131
pull-requests: read
@@ -88,7 +88,7 @@ jobs:
8888
summary:
8989
permissions:
9090
contents: none
91-
runs-on: ubuntu-latest-low
91+
runs-on: ubuntu-latest
9292
needs: [changes, test]
9393

9494
if: always()

0 commit comments

Comments
 (0)