Skip to content

Commit 7842937

Browse files
authored
chore: update submodules, github actions, macOS runners (#1030)
1 parent bdcdfbb commit 7842937

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
configure: --pb --threads --enable-libffi
1313
test: test-some-fast
1414
- machine: a6osx
15-
os: macos-15-intel
15+
os: macos-26-intel
1616
- machine: ta6osx
17-
os: macos-15-intel
17+
os: macos-26-intel
1818
- machine: arm64osx
19-
os: macos-15
19+
os: macos-26
2020
- machine: tarm64osx
21-
os: macos-15
21+
os: macos-26
2222
- machine: i3le
2323
os: ubuntu-24.04
2424
- machine: ti3le
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ runner.os == 'Windows' }}
7272
run: git config --global core.autocrlf false
7373
- name: Checkout
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
with:
7676
submodules: 'recursive'
7777
- name: Setup 32-bit Linux
@@ -100,7 +100,7 @@ jobs:
100100
run: tar -c -h -z -f $TARGET_MACHINE$TOOLCHAIN$VARIANT.tgz $TARGET_MACHINE
101101
- name: Upload archive
102102
if: always()
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v7
104104
with:
105105
name: ${{ matrix.config.machine }}${{ matrix.config.toolchain }}${{ matrix.config.variant }}
106106
path: ${{ matrix.config.machine }}${{ matrix.config.toolchain }}${{ matrix.config.variant }}.tgz

lz4

Submodule lz4 updated 150 files

release_notes/release_notes.stex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,6 +2987,10 @@ in fasl files does not generally make sense.
29872987
%-----------------------------------------------------------------------------
29882988
\section{Bug Fixes}\label{section:bugfixes}
29892989

2990+
\subsection{LZ4 library updated (10.4.0)}
2991+
2992+
The LZ4 compression library was updated from v1.9.4 to v1.10.0.
2993+
29902994
\subsection{Out-of-memory improvements for \scheme{expt}, \scheme{logbit0}, and \scheme{logbit1} (10.4.0)}
29912995

29922996
A call to \scheme{expt} with an exact rational base and an integer exponent too large

0 commit comments

Comments
 (0)