Skip to content

Commit

Permalink
Use correct option spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 11, 2024
1 parent b618e8c commit 07fd1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
platform: win-vs-64
- os: macos-13
platform: macos-clang-64
c_flags: -Wnodeprecated-declarations
c_flags: -Wno-deprecated-declarations
- os: macos-14
platform: macos-clang-arm64
c_flags: -Wnodeprecated-declarations
c_flags: -Wno-deprecated-declarations

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 07fd1e7

Please sign in to comment.