File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 target : aarch64-unknown-linux-gnu
1919 - os : ubuntu-22.04
2020 target : x86_64-unknown-linux-gnu
21- - os : macos-16
21+ - os : macos-15
2222 target : aarch64-apple-darwin
23- - os : macos-16
23+ - os : macos-15
2424 target : x86_64-apple-darwin
2525 - os : windows-2022
2626 target : x86_64-pc-windows-msvc
6565 path : |
6666 target/${{ matrix.target }}/release/liblwk.dylib
6767 target/${{ matrix.target }}/release/liblwk.a
68- if : matrix.os == 'macos-16 '
68+ if : matrix.os == 'macos-15 '
6969
7070 build-cpp :
7171 needs : build
Original file line number Diff line number Diff line change 1313 build-test :
1414 strategy :
1515 matrix :
16- os : ["macos-16 ", "ubuntu-22.04", "windows-2022"]
16+ os : ["macos-15 ", "ubuntu-22.04", "windows-2022"]
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : Checkout
3737 - run : nix build .
3838
3939 just-swift : # swift framework is built in the lwk-swift repo, here we care `just swift` doesn't brake
40- runs-on : macos-16
40+ runs-on : macos-15
4141 steps :
4242 - uses : actions/checkout@v4
4343 - uses : dtolnay/rust-toolchain@1.85.0
Original file line number Diff line number Diff line change 2727 osx-wheels :
2828 strategy :
2929 matrix :
30- os : ["macos-16 "]
30+ os : ["macos-15 "]
3131 runs-on : ${{ matrix.os }}
3232 steps :
3333 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments