Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
whitespace-errors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: check
run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904

Expand All @@ -16,7 +16,7 @@ jobs:
CC: gcc-14
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
CC: gcc-13
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
CC: gcc-12
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
CC: gcc-11
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -72,7 +72,7 @@ jobs:
CC: gcc-10
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -86,7 +86,7 @@ jobs:
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -100,7 +100,7 @@ jobs:
CC: gcc-8
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -114,7 +114,7 @@ jobs:
CC: clang-18
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -128,7 +128,7 @@ jobs:
CC: clang-17
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -142,7 +142,7 @@ jobs:
CC: clang-16
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -156,7 +156,7 @@ jobs:
CC: clang-15
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -170,7 +170,7 @@ jobs:
CC: clang-14
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -184,7 +184,7 @@ jobs:
CC: clang-13
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -198,7 +198,7 @@ jobs:
CC: clang-12
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -212,7 +212,7 @@ jobs:
CC: clang-11
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -226,7 +226,7 @@ jobs:
CC: clang
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -240,7 +240,7 @@ jobs:
CC: clang-9
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -254,7 +254,7 @@ jobs:
CC: clang-8
TARGET: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: install dependencies
Expand Down
Loading