Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
configure: --pb --threads --enable-libffi
test: test-some-fast
- machine: a6osx
os: macos-15-intel
os: macos-26-intel
- machine: ta6osx
os: macos-15-intel
os: macos-26-intel
- machine: arm64osx
os: macos-15
os: macos-26
- machine: tarm64osx
os: macos-15
os: macos-26
- machine: i3le
os: ubuntu-24.04
- machine: ti3le
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Setup 32-bit Linux
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: tar -c -h -z -f $TARGET_MACHINE$TOOLCHAIN$VARIANT.tgz $TARGET_MACHINE
- name: Upload archive
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.config.machine }}${{ matrix.config.toolchain }}${{ matrix.config.variant }}
path: ${{ matrix.config.machine }}${{ matrix.config.toolchain }}${{ matrix.config.variant }}.tgz
Expand Down
2 changes: 1 addition & 1 deletion lz4
Submodule lz4 updated 150 files
2 changes: 1 addition & 1 deletion nanopass
2 changes: 1 addition & 1 deletion stex