Skip to content

Commit

Permalink
Fix OSX intel cpu build downgrading osx version to latest intel chip …
Browse files Browse the repository at this point in the history
…supported in github
  • Loading branch information
cavearr committed May 20, 2024
1 parent d5fc79d commit 35ea8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
#runs-on: macos-10.15
runs-on: macOS-latest
runs-on: macos-10.15
#runs-on: macOS-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 35ea8bf

Please sign in to comment.