Skip to content

Commit

Permalink
chore: update the file of project
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent 6974e01 commit c467592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ on:
jobs:
build:
name: Build
runs-on: macos-lastest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
version: [5.15.2, 6.5.3]
arch: [clang_64]
include:
Expand All @@ -38,6 +39,7 @@ jobs:
target: 'desktop'
arch: ${{ matrix.arch }}
dir: ${{ github.workspace }}
host: 'macos'
modules: ${{ matrix['moudles']}}
- name: build macos
run: |
Expand Down

0 comments on commit c467592

Please sign in to comment.