diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b0142488bc..8dc15ddde9 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -18,14 +18,12 @@ jobs: matrix: # macos-13: amd64 (oldest supported version as of 18-10-2024) # macos-14: arm64 (oldest arm64 version) - os: [macos-13, macos-14, macos-15] + os: [macos-13, macos-14] include: - os: macos-13 goarch: amd64 - os: macos-14 goarch: arm64 - - os: macos-15 - goarch: arm64 runs-on: ${{ matrix.os }} steps: - name: Install Dependencies diff --git a/.gitmodules b/.gitmodules index 1f8c63a673..7bf4815d41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,7 +22,7 @@ url = https://github.com/tinygo-org/stm32-svd [submodule "lib/musl"] path = lib/musl - url = git://git.musl-libc.org/musl + url = https://github.com/tinygo-org/musl-libc.git [submodule "lib/binaryen"] path = lib/binaryen url = https://github.com/WebAssembly/binaryen.git