Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Dec 11, 2024
1 parent 206e78c commit 5845596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cc: "gcc-11"
build: unit
build_type: Release
cxx_flags: "-std=c++23"
cxx_flags: "-std=c++20"
steps:
- name: Set repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "gcc11"
compiler: "gcc-11"
build_type: Release
cxx_flags: "-std=c++23"
cxx_flags: "-std=c++20"
steps:
- name: Set repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion lib/seqan

0 comments on commit 5845596

Please sign in to comment.