Run macOS CI on both amd64 and aarch64
This commit is contained in:
parent
c15ef1f8dc
commit
8a03548736
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
||||||
make stats
|
make stats
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-latest
|
runs-on: [macos-12, macos-14]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -260,7 +260,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
macos-examples:
|
macos-examples:
|
||||||
runs-on: macos-latest
|
runs-on: [macos-12, macos-14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -282,7 +282,7 @@ jobs:
|
||||||
./build/qjs tests/test_bjson.js
|
./build/qjs tests/test_bjson.js
|
||||||
./build/function_source
|
./build/function_source
|
||||||
macos-shared:
|
macos-shared:
|
||||||
runs-on: macos-latest
|
runs-on: [macos-12, macos-14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -293,7 +293,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make stats
|
make stats
|
||||||
macos-asan:
|
macos-asan:
|
||||||
runs-on: macos-latest
|
runs-on: [macos-12, macos-14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -305,7 +305,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
macos-ubsan:
|
macos-ubsan:
|
||||||
runs-on: macos-latest
|
runs-on: [macos-12, macos-14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
|
|
Loading…
Reference in a new issue