Skip to content

Commit cdc1dda

Browse files
committed
Fix CI
1 parent 40aa8c8 commit cdc1dda

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-20.04
132+
runs-on: ubuntu-latest
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Check formatting

test/cbmc/proofs/DNS_ParseDNSReply/Configurations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ENTRY": "DNS_ParseDNSReply",
3-
"TEST_MAX_TEST_UNWIND_LOOP": 8,
3+
"TEST_MAX_TEST_UNWIND_LOOP": 4,
44
"TEST_MIN_TEST_DNS_HEADER": 12,
55
"TEST_MIN_IPV4_UDP_PACKET_SIZE": 42,
66
"TEST_MIN_IPV6_UDP_PACKET_SIZE": 62,

0 commit comments

Comments
 (0)