Skip to content

Commit

Permalink
Remove ubuntu-20.04, unused compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 19, 2024
1 parent a465920 commit a157716
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
fail-fast: false
matrix:
# compiler: ["llvm", "gcc"]
# # compiler targets (ideally): clang, gcc, MSVCC, pcc, tcc, icc,
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, 'ubuntu-20.04']
# # compiler targets (ideally): clang, gcc, MSVCC, icc,
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
# include:
# - os: windows-latest
# compiler: msvc
Expand All @@ -54,13 +54,6 @@ jobs:
python-version: "3.10"
cache-dependency-path: '*/requirements.txt'

- name: Setup tcc, pcc
uses: awalsh128/cache-apt-pkgs-action@latest
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
packages: tcc pcc
version: 1.0

- name: Setup MSVC
uses: aminya/setup-cpp@v1
if: ${{ contains(matrix.os, 'windows') }}
Expand All @@ -76,7 +69,7 @@ jobs:

- name: Run tests (linux)
if: ${{ contains(matrix.os, 'ubuntu') }}
run: make cp_test${{ (matrix.os != 'ubuntu-latest' && '_auto') || '' }} COV=true
run: make cp_test COV=true

- name: Run tests (windows)
if: ${{ contains(matrix.os, 'windows') }}
Expand Down

0 comments on commit a157716

Please sign in to comment.