Skip to content

Commit

Permalink
Merge branch 'release/2023.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Sep 12, 2023
2 parents 8e0721c + c3b8a35 commit f524ddc
Show file tree
Hide file tree
Showing 14 changed files with 577 additions and 124 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: microsoft/[email protected]
- name: Env to output
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Env to output
run: |
echo "user=`users`" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: ${{ matrix.name == 'ubuntu-22.04_x86_64' && 'ubuntu-22.04' || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bazel cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- build-ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/download
with:
platform: windows_x86_64
Expand Down
Loading

0 comments on commit f524ddc

Please sign in to comment.