Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Aug 9, 2024
1 parent 74fe0bf commit b76f1ce
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ow-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner:
- ubuntu-latest
- macos-13
- macos-14
version:
- "2.0-64"
include:
- runner: ubuntu-latest
arch: x64
- runner: macos-13
arch: x64
- runner: macos-14
arch: arm64

steps:
- name: checkout
Expand All @@ -32,7 +35,7 @@ jobs:
version: ${{ matrix.version }}
- name: checkout ELKS
uses: actions/checkout@v4
- name: build
- name: build ${{ matrix.runner }}-${{ matrix.arch }}
run: |
. ./env.sh
cd libc
Expand Down

0 comments on commit b76f1ce

Please sign in to comment.