Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
- runs-on: macos-15-intel # Intel (x64)
- runs-on: macos-14 # ARM64 (Apple Silicon)
- runs-on: macos-15 # ARM64 (Apple Silicon)
- runs-on: macos-26 # ARM64 (Apple Silicon)
fail-fast: false
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: eus-installed irteus-installed manuals bashrc.eus

GIT_EUSURL ?= http://github.com/euslisp/EusLisp
GIT_EUSBRANCH ?= master
GIT_EUSURL ?= http://github.com/iory/EusLisp
GIT_EUSBRANCH ?= fix-dlsym-symbol-conflict

EUSC_PATCH=eus.c_CUSTUM_EUSDIR.patch

Expand Down
Loading