Skip to content

Commit

Permalink
Build against macOS-11
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Mar 9, 2024
1 parent 4ac8bf0 commit 614f7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
################################
build_macPlugin:
name: Build macOS plugin binary
runs-on: macos-latest
runs-on: macos-11

steps:
- name: Checkout repository
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
###############################
build_macPlugin-debug:
name: Build macOS plugin binary (debug version)
runs-on: macos-latest
runs-on: macos-11

steps:
- name: Checkout repository
Expand Down

0 comments on commit 614f7ee

Please sign in to comment.