Skip to content

Commit

Permalink
Merge pull request #1 from xyx0no646/krkrsdl2
Browse files Browse the repository at this point in the history
Supports Apple Silicon
  • Loading branch information
uyjulian authored Jun 28, 2024
2 parents 036cc0c + 7432785 commit 54d6da2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-krkrsdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
]
},
"build-macos-cmake" : {
"runs-on" : "macos-11",
"runs-on" : "macos-14",
"timeout-minutes" : 20,
"steps" : [
{
Expand All @@ -249,7 +249,10 @@
},
{
"name" : "Configure project",
"run" : "cmake -S . -B build"
"run" : "cmake -S . -B build",
"env" : {
"CMAKE_OSX_ARCHITECTURES":"x86_64;arm64"
}
},
{
"name" : "Build project",
Expand Down Expand Up @@ -282,7 +285,7 @@
"steps" : [
{
"name" : "Download all artifacts",
"uses" : "actions/download-artifact@v3"
"uses" : "actions/download-artifact@v4"
},
{
"name" : "Prepare artifacts for release",
Expand Down

0 comments on commit 54d6da2

Please sign in to comment.