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

Wrong github actions OS.

This commit is contained in:
Calvin Rose
2026-03-23 13:51:57 -05:00
parent adb7ba6633
commit 7fd127efb5
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, ubuntu-24.04-latest, macos-latest, macos-14, macos-15-intel ]
os: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-14, macos-15-intel ]
steps:
- name: Checkout the repository
uses: actions/checkout@master