Skip to content

Commit

Permalink
build, refactor: update to macos-13.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 27, 2023
1 parent e05ccf6 commit 0a14ade
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@ jobs:
- os: windows-2022
arch: arm64
type: debug
- os: macos-11
- os: macos-13
arch: x64
type: release
- os: macos-11
- os: macos-13
arch: x64
type: debug
- os: macos-11
- os: macos-13
arch: arm64
type: release
- os: macos-11
- os: macos-13
arch: arm64
type: debug
- os: macos-11
- os: macos-13
target: iphone
arch: arm64
type: release
- os: macos-11
- os: macos-13
target: iphone
arch: x64
type: release
Expand Down Expand Up @@ -174,7 +174,5 @@ jobs:
overwrite: true

- name: Test
# only test for release version now, some test cases cannot passed in debug mode
if: ${{ matrix.type == 'release' && matrix.skip_test != 'skip' }}
shell: bash
run: . ./bin/${HOST_OS}_${BUILD_ARCH}_${BUILD_TYPE}/jssdk_test

0 comments on commit 0a14ade

Please sign in to comment.