Skip to content

Commit ea659dc

Browse files
committed
fix: Resolve to ubuntu-latest runner due to public repo
1 parent 048637e commit ea659dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
analyze:
1616
name: Analyze
17-
runs-on: simplepark-runners
17+
runs-on: ubuntu-latest
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
format:
1616
name: Format
17-
runs-on: simplepark-runners
17+
runs-on: ubuntu-latest
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
test:
1616
name: Test
17-
runs-on: simplepark-runners
17+
runs-on: ubuntu-latest
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)