Skip to content

Commit

Permalink
oeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 9, 2024
1 parent e9c41e3 commit d06cac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: exclude Mac-OS with g++
shell: bash
if: ${{ matrix.os == 'macos-latest' && matrix.os == 'g++-12' }}
if: ${{ matrix.os == 'macos-latest' && matrix.compiler == 'g++-12' }}
run: echo "action_status='skip'" >> $GITHUB_ENV

- name: Cancel Previous Runs
Expand Down

0 comments on commit d06cac3

Please sign in to comment.