1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-01 18:22:15 +00:00

Remove pointer-shift on macos aarch64

macos actually works with 47-bit pointers.
This commit is contained in:
Calvin Rose
2026-03-23 13:36:58 -05:00
parent 1337baef80
commit adb7ba6633
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, macos-14, macos-15-intel ]
os: [ ubuntu-latest, ubuntu-24.04-latest, macos-latest, macos-14, macos-15-intel ]
steps:
- name: Checkout the repository
uses: actions/checkout@master