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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user