Skip to content

Commit

Permalink
NO-ISSUE: Increase macOS runner memory to fix native build of jitexec…
Browse files Browse the repository at this point in the history
…utor-native (#2118)
  • Loading branch information
ljmotta authored Oct 17, 2024
1 parent b733219 commit ec84a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jitexecutor-native-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]

steps:
- name: Set version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-jitexecutor-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]

steps:
- name: Get current date
Expand Down

0 comments on commit ec84a18

Please sign in to comment.