8000 Use `macos-13` for Intel build by davegarthsimpson · Pull Request #2508 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Use macos-13 for Intel build #2508

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use macos-13 for intel build
  • Loading branch information
davegarthsimpson committed Sep 19, 2024
commit 1c87e46b37ddedb9e452ae4b85a121386baf4e02
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ env:
name: Linux_X86-64_app_image
- config:
name: macOS x86
runs-on: macos-latest
runs-on: macos-13
container: |
null
# APPLE_SIGNING_CERTIFICATE_P12 secret was produced by following the procedure from:
Expand Down
Loading
0