Skip to content

Commit 2749a41

Browse files
committed
Revert "ci: use arm runner"
This reverts commit dd2c392.
1 parent 22f09b5 commit 2749a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
lint:
77
name: Code Style Check
8-
runs-on: ubuntu-24.04-arm
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111

@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
name: Unit Tests
28-
runs-on: ubuntu-24.04-arm
28+
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
3131

0 commit comments

Comments
 (0)