Skip to content

Commit

Permalink
[REVERT ME] Drop most CI while experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 23, 2024
1 parent fcbbbf0 commit 1b5cefb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 155 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/enforce-copies-of-help-output-in-sync.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,11 @@ jobs:
fail-fast: false
matrix:
include:
# Linux
- cc: gcc-14
cxx: g++-14
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-24.04
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
clang_repo_suffix: -18
runs-on: ubuntu-22.04
# macOS
- cc: gcc-13
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-13
- cc: clang
cxx: clang++
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-13
steps:
- name: Add Clang/LLVM repositories (Linux)
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/translations.yml

This file was deleted.

0 comments on commit 1b5cefb

Please sign in to comment.