mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00:00
[gha] macos: more tests
This commit is contained in:
parent
cc6e961662
commit
dc8de380a0
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build-macos.yml
vendored
12
.github/workflows/build-macos.yml
vendored
|
|
@ -18,9 +18,9 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
|
||||
concurrency:
|
||||
group: ci-macos
|
||||
cancel-in-progress: false
|
||||
#concurrency:
|
||||
# group: ci-macos
|
||||
# cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -31,10 +31,10 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- target: macos-latest
|
||||
- target: macos-15
|
||||
target-name: ARM64
|
||||
#- target: macos-latest-large
|
||||
# target-name: Intel x86_64
|
||||
- target: macos-15-intel
|
||||
target-name: Intel x86_64
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue