Skip to content

Commit

Permalink
- Fix ci to update macos-12 to the macos-15 runner image.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Oct 18, 2024
1 parent 740902a commit 73f61a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cc: clang
cflags: -g2 -O0 -fsanitize=address,undefined,leak -fno-sanitize-recover=all
packages: autoconf automake libtool make libevent-dev libssl-dev flex bison
- os: macos-12
- os: macos-15
cflags: -g2 -O0 -fsanitize=address,undefined -fno-sanitize-recover=all
packages: autoconf automake libtool openssl libevent flex bison
steps:
Expand Down
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
18 October 2024: Wouter
- Fix ci to update macos-12 to the macos-15 runner image.

25 September 2024: Wouter
- Fix #383: log timestamps in ISO8601 format with timezone.
This adds the option `log-time-iso: yes` that logs in ISO8601
Expand Down
1 change: 1 addition & 0 deletions doc/RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BUG FIXES:
prepended to fix detection.
- Merge #376: Point the user towards tcpdump for logging individual
queries.
- Fix ci to update macos-12 to the macos-15 runner image.

4.10.1
================
Expand Down

0 comments on commit 73f61a9

Please sign in to comment.