Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/regular_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- arch: 'i386'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Add i386 repositories
if: ${{ matrix.arch == 'i386' }}
run: dpkg --add-architecture i386
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- arch: 'aarch64'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# on MacOS, g++ symlinked to clang++
# We must verify that
- name: Verify g++ (is it g++ or clang++?)
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- arch: 'amd64'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Getting dependencies
run: |
apk update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest-amd64-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Print clang++ architecture
run: clang++ -dumpmachine
- name: Build `fuzz` target via make
Expand Down