Skip to content

Commit b4591ee

Browse files
authored
Update c-cpp.yml
1 parent 522457e commit b4591ee

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: macos-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
- name: configure
17-
run: ./configure
18-
- name: make
19-
run: make
20-
- name: make check
21-
run: make check
22-
- name: make distcheck
23-
run: make distcheck
2415
- name: NRF Connect SDK CI action
2516
# You may pin to the exact commit or the version.
2617
# uses: embedd-actions/nrf-connect-sdk-ci@f6a4aafd8bc831eea3a57a59209adbfae8916acd

0 commit comments

Comments
 (0)