Skip to content

Commit

Permalink
Flip the CI names of Mac; MacOS 14 runners are ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 5, 2024
1 parent d7bfc77 commit a50ced0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
path: gradleDir/outputs/

build-mac:
name: "Build - macOS"
name: "Build - macOS (Arm)"
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
Expand All @@ -111,11 +111,11 @@ jobs:
name: Build with Gradle
- uses: actions/upload-artifact@v4
with:
name: macOS
name: macOSArm
path: gradleDir/outputs/

build-mac-arm:
name: "Build - macOS (Arm)"
name: "Build - macOS"
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
Expand All @@ -129,7 +129,7 @@ jobs:
name: Build with Gradle
- uses: actions/upload-artifact@v4
with:
name: macOSArm
name: macOS
path: gradleDir/outputs/

make_universal:
Expand Down

0 comments on commit a50ced0

Please sign in to comment.