Skip to content

Commit

Permalink
Merge branch 'pre-release' of github.com:FuckDoctors/rdm-builder into…
Browse files Browse the repository at this point in the history
… pre-release
  • Loading branch information
FuckDoctors committed May 21, 2024
2 parents de30ab8 + be75e4c commit 9d7e627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ jobs:

build_on_osx:
needs: create_release
runs-on: macos-latest
# runs-on: macos-latest
runs-on: macos-12

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -250,7 +251,7 @@ jobs:
run: |
cd rdm/3rdparty/brotli
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
cmake --build . --config Release --target install
sudo cmake --build . --config Release --target install
# - name: setup python
# run: |
Expand Down

0 comments on commit 9d7e627

Please sign in to comment.