Skip to content

Commit

Permalink
Downgrade to MacOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Aug 30, 2023
1 parent 8e479ba commit f4aa96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: native-windows-amd64
path: ${{github.workspace}}\${{env.BUILD_TYPE}}\*.dll
build-mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- build-linux
- build-windows
- build-mac
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f4aa96f

Please sign in to comment.