Skip to content

Commit 992f24d

Browse files
committed
fix: bump macos runner images
1 parent ca5fc37 commit 992f24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-libraries.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
{ host: ubuntu-22.04, tool: cross, target: aarch64-unknown-linux-gnu, output: libldk_node.so },
1717
{ host: ubuntu-22.04, tool: cross, target: arm-unknown-linux-gnueabihf, output: libldk_node.so },
1818
{ host: windows-2022, tool: cargo, target: x86_64-pc-windows-msvc, output: ldk_node.dll },
19-
{ host: macos-13, tool: cargo, target: x86_64-apple-darwin, output: libldk_node.dylib },
20-
{ host: macos-13, tool: cargo, target: aarch64-apple-darwin, output: libldk_node.dylib },
19+
{ host: macos-14, tool: cargo, target: x86_64-apple-darwin, output: libldk_node.dylib },
20+
{ host: macos-14, tool: cargo, target: aarch64-apple-darwin, output: libldk_node.dylib },
2121
]
2222
runs-on: ${{ matrix.build.host }}
2323
steps:
@@ -47,7 +47,7 @@ jobs:
4747
path: target/${{ matrix.build.target }}/release/${{ matrix.build.output }}
4848

4949
make-macos-universal:
50-
runs-on: macos-13
50+
runs-on: macos-14
5151
needs: build
5252
steps:
5353
- name: Download macOS artifacts

0 commit comments

Comments
 (0)