Skip to content

Commit ea6c21f

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99
jobs:
1010
build:
1111

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

1414
steps:
15-
- name: NRF Connect SDK CI action
16-
# You may pin to the exact commit or the version.
17-
# uses: embedd-actions/nrf-connect-sdk-ci@f6a4aafd8bc831eea3a57a59209adbfae8916acd
15+
- uses: actions/checkout@v4
16+
17+
18+
- name: Build
1819
uses: embedd-actions/nrf-connect-sdk-ci@v3.0.1
1920
with:
20-
# Board for build
21-
board: nrf5340
22-
# Building directory
21+
board: nrf53
2322
build_dir: build
23+
2424

0 commit comments

Comments
 (0)