Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Jan 24, 2025
1 parent 8101e7b commit 0782592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
exclude-dirs: source/portable/NetworkInterface/STM32

formatting:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Check formatting
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/DNS/DNSTreatNBNS/Makefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"--unwindset prvFindEntryIndex.0:2",
"--unwindset strcmp.0:{NBNS_NAME_MAX_LENGTH}",
"--unwindset strlen.0:{NBNS_NAME_MAX_LENGTH}",
"--unwindset strncpy.0:{NBNS_NAME_MAX_LENGTH}"
"--unwindset strcpy.0:{NBNS_NAME_MAX_LENGTH}"
],
"OBJS":
[
Expand Down

0 comments on commit 0782592

Please sign in to comment.