Skip to content

Commit

Permalink
Merge pull request #121 from ckormanyos/update_runners
Browse files Browse the repository at this point in the history
Update GHA runners and CI
  • Loading branch information
ckormanyos authored Oct 20, 2024
2 parents 2f10e0f + 5e81fb5 commit c390206
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/soft_double.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-11, clang++ ]
compiler: [ g++, clang++ ]
standard: [ c++14, c++17, c++20 ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: update-tools
run: sudo apt install g++-11
- name: gcc-clang-native
run: |
echo "compile ./soft_double.exe"
Expand Down Expand Up @@ -162,14 +160,12 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-11, clang++ ]
standard: [ c++14, c++17, c++20 ]
compiler: [ g++, clang++ ]
standard: [ c++14 ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: update-tools
run: sudo apt install g++-11
- name: gcc-clang-native-asan
run: |
echo "compile ./soft_double.exe"
Expand All @@ -185,14 +181,12 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-11, clang++ ]
standard: [ c++14, c++17, c++20 ]
compiler: [ g++, clang++ ]
standard: [ c++14 ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: update-tools
run: sudo apt install g++-11
- name: gcc-clang-native-ubsan
run: |
echo "compile ./soft_double.exe"
Expand Down Expand Up @@ -244,7 +238,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: 14.3
toolset: 14.4
- name: msvc-release-x64-vs2022
shell: cmd
working-directory: ./
Expand Down Expand Up @@ -293,7 +287,7 @@ jobs:
strategy:
fail-fast: false
matrix:
standard: [ c++14, c++17, c++2a ]
standard: [ c++14, c++17, c++20 ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -333,7 +327,7 @@ jobs:
strategy:
fail-fast: false
matrix:
standard: [ c++14, c++17, c++2a ]
standard: [ c++14, c++17, c++20 ]
compiler: [ g++, clang++ ]
suite: [ cyl_bessel_j ]
steps:
Expand Down

0 comments on commit c390206

Please sign in to comment.