Skip to content

Commit 5355476

Browse files
authored
Enable meson action for latest macos (#226)
New versions of `meson` have fixed a build error with `-Werror` flag
1 parent e108bd8 commit 5355476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- ubuntu-22.04
4343
- ubuntu-24.04
4444
- macos-14
45-
# - macos-26
45+
- macos-26
4646
steps:
4747
- name: Set up `tmpfs` (if supported)
4848
run: sudo mount tmpfs -t tmpfs -o size=100m /tmp

0 commit comments

Comments
 (0)