Skip to content

Commit

Permalink
Use macos-13 instead of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 7, 2024
1 parent c126e88 commit c495d3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_deploy_mac.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Mac Release
run-name: ${{ github.actor }} is building a MAC release for NWB GUIDE
# NOTE: even though the runner is an arm64 mac, both x64 and arm64 releases will be made
# NOTE: even though the runner is an x64 mac, both x64 and arm64 releases will be made

on:
workflow_dispatch:

jobs:
deploy-on-mac:
runs-on: macos-latest
runs-on: macos-13
# not using macos-latest because that runner is an arm64 mac and there are issues
# building and deploying with sonpy (Spike2RecordingInterface) on arm64 mac

defaults:
run:
Expand Down

0 comments on commit c495d3f

Please sign in to comment.