From da3affca20457bc7fd22100db34c9674561c5bdb Mon Sep 17 00:00:00 2001 From: Damien Ciabrini Date: Sun, 3 Mar 2024 15:31:58 +0100 Subject: [PATCH] Bump dependency to SDCC 4.4 SDCC 4.2 doesn't build anymore on arm macOS Sonora. Bump dependency to a version that supports this OS combination. --- .github/workflows/build-and-publish.yaml | 2 +- .github/workflows/build-tests.yaml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 6381678..501a262 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -27,7 +27,7 @@ jobs: macos: name: macOS build - runs-on: macos-latest + runs-on: macos-latest-xlarge env: PREFIX: "/usr/local/ngdevkit" GNU_MIRROR: "https://mirror.checkdomain.de/gnu" diff --git a/.github/workflows/build-tests.yaml b/.github/workflows/build-tests.yaml index 6154e97..3488a47 100644 --- a/.github/workflows/build-tests.yaml +++ b/.github/workflows/build-tests.yaml @@ -27,7 +27,7 @@ jobs: macos: name: macOS build - runs-on: macos-latest + runs-on: macos-latest-xlarge env: PREFIX: "/usr/local/ngdevkit" GNU_MIRROR: "https://mirror.checkdomain.de/gnu" diff --git a/Makefile b/Makefile index 08f05d4..68944ea 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ SRC_BINUTILS=binutils-2.35.2 SRC_GCC=gcc-11.4.0 SRC_NEWLIB=newlib-4.0.0 SRC_GDB=gdb-9.2 -SRC_SDCC=sdcc-src-4.2.0 +SRC_SDCC=sdcc-src-4.4.0 TOOLCHAIN=ngbinutils nggcc ngnewlib ngsdcc nggdb