Skip to content

Commit

Permalink
Merge pull request #77 from Xav83/fix/issue63
Browse files Browse the repository at this point in the history
Fixes the current issues with GitHub Action
  • Loading branch information
k06a authored Feb 5, 2023
2 parents 0ed2dda + 6f9903b commit 2f0e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boolinq-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
cpp_version: [11, 14, 17, 20]
compiler: [ {cpp: g++-9, c: gcc-9}, {cpp: g++-10, c: gcc-10}, {cpp: clang++-10, c: clang-10}, {cpp: clang++-11, c: clang-11}, {cpp: clang++-12, c: clang-12} ]
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2f0e648

Please sign in to comment.