Skip to content

Commit

Permalink
fix: adjust to proper ivaction version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Nov 10, 2023
1 parent 6e39fc6 commit 311803e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- clang16-cpp20-release
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction/linux-testing@feat/macos-testing
uses: iv-project/IVaction/linux-testing@v4
with:
compiler: ${{ matrix.compiler }}
threads: 2
8 changes: 2 additions & 6 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
matrix:
compiler:
- gcc13-cpp20-release
- gcc12-cpp20-release
- gcc11-cpp20-release
- gcc13-cpp20-debug
- clang15-cpp20-release
- clang16-cpp20-release
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction/macos-testing@feat/macos-testing
uses: iv-project/IVaction/macos-testing@v4
with:
compiler: ${{ matrix.compiler }}
threads: 3
cmake_flags: "-DFMC_USE_SDSL=NO"

0 comments on commit 311803e

Please sign in to comment.