Skip to content

Commit d3e2f0f

Browse files
committed
more fixes
1 parent 3f81fb7 commit d3e2f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969

7070
compiler:
7171
- name: clang
72-
werror: -Werror -Wno-error=deprecated
72+
werror: -Werror
7373

7474
- name: clang++
7575
werror: -Werror -Wno-error=deprecated
7676

77-
name: Perl ${{ matrix.perl }} with {{ matrix.compiler.name }}
77+
name: Perl ${{ matrix.perl }} with ${{ matrix.compiler.name }}
7878
steps:
7979
- uses: actions/checkout@v4
8080

0 commit comments

Comments
 (0)