Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takei-yuya committed Nov 30, 2023
1 parent 86b737b commit b43c6a5
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-clang-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-clang-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=23
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-gcc-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-gcc-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-gcc-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-gcc-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-11-gcc-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=23
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-clang-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-clang-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=23
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-gcc-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-gcc-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-gcc-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-gcc-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-12-gcc-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=23
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-clang-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-clang-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++
run: make check CXX=clang++ -std=23
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-gcc-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=11
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-gcc-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=14
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-gcc-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=17
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-gcc-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=20
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-gcc-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=g++
run: make check CXX=g++ -std=23

0 comments on commit b43c6a5

Please sign in to comment.