Skip to content

Commit

Permalink
Bump dependency to SDCC 4.4
Browse files Browse the repository at this point in the history
SDCC 4.2 doesn't build anymore on arm macOS Sonora. Bump dependency
to a version that supports this OS combination.
  • Loading branch information
dciabrin committed Mar 3, 2024
1 parent a84188d commit da3affc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da3affc

Please sign in to comment.