Skip to content

Commit

Permalink
Add macos x64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Oct 1, 2024
1 parent bd54772 commit ca82ebb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,23 @@ jobs:
artifact-path: build/*.appimage,
}
- {
name: "macOS Clang",
name: "macOS arm64 Clang",
os: macos-latest,
build_type: "Release",
extra_options: "-G Ninja",
package_name: "mac_arm64",
shell: bash,
artifact-path: build/*.zip,
}
- {
name: "macOS x64 Clang",
os: macos-13,
build_type: "Release",
extra_options: "-G Ninja",
package_name: "mac_x64",
shell: bash,
artifact-path: build/*.zip,
}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca82ebb

Please sign in to comment.