Skip to content

Commit 1053348

Browse files
committed
ci: add runs-on property
1 parent 714c664 commit 1053348

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
full-code-check:
14-
# runs-on: ubuntu-latest
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Full-check repository
1717
uses: actions/checkout@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
jobs:
88
build-and-deploy:
9-
# runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎️
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)