1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-03 06:19:48 +00:00

Add builders for issue #1716

This commit is contained in:
Calvin Rose
2026-02-20 08:00:36 -06:00
parent 56b5998553
commit 08e4030487
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest ]
os: [ macos-latest, macos-15-intel ]
steps:
- name: Checkout the repository
uses: actions/checkout@master

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, macos-14 ]
os: [ ubuntu-latest, macos-latest, macos-14, macos-15-intel ]
steps:
- name: Checkout the repository
uses: actions/checkout@master