Skip to content

Commit 70305dc

Browse files
authored
Merge pull request #60 from kool-dev/arm_test
ARM Test
2 parents 32d4fc5 + 1104fba commit 70305dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '15 2 * * *'
7+
- cron: '0 0 * * 0'
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
1211
strategy:
1312
matrix:
1413
version: [16, 18]
14+
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
15+
runs-on: ${{ matrix.runs-on }}
1516

1617
steps:
1718
- name: Checkout code

0 commit comments

Comments
 (0)