Skip to content

Commit

Permalink
Fix OSX intel cpu build downgrading osx version to 14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed May 20, 2024
1 parent 35ea8bf commit 015e208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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-14.4.1
#runs-on: macOS-latest

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

0 comments on commit 015e208

Please sign in to comment.