Skip to content

Commit 0782592

Browse files
committed
Fix CI
1 parent 8101e7b commit 0782592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
exclude-dirs: source/portable/NetworkInterface/STM32
130130

131131
formatting:
132-
runs-on: ubuntu-latest
132+
runs-on: ubuntu-20.04
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Check formatting

test/cbmc/proofs/DNS/DNSTreatNBNS/Makefile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"--unwindset prvFindEntryIndex.0:2",
1010
"--unwindset strcmp.0:{NBNS_NAME_MAX_LENGTH}",
1111
"--unwindset strlen.0:{NBNS_NAME_MAX_LENGTH}",
12-
"--unwindset strncpy.0:{NBNS_NAME_MAX_LENGTH}"
12+
"--unwindset strcpy.0:{NBNS_NAME_MAX_LENGTH}"
1313
],
1414
"OBJS":
1515
[

0 commit comments

Comments
 (0)