File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2323 - { os: ubuntu-latest, version: 'nightly', arch: x64}
2424 - { os: ubuntu-latest, version: '1', arch: x86 }
2525 - { os: windows-latest, version: '1', arch: x64}
26- - { os: macOS-latest, version: '1', arch: x64 }
26+ - { os: macOS-latest, version: '1', arch: aarch64 }
2727
2828 steps :
2929 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 types :
55 - created
66 workflow_dispatch :
7+ inputs :
8+ lookback :
9+ default : " 3"
10+
11+ permissions :
12+ actions : read
13+ checks : read
14+ contents : write
15+ deployments : read
16+ issues : read
17+ discussions : read
18+ packages : read
19+ pages : read
20+ pull-requests : read
21+ repository-projects : read
22+ security-events : read
23+ statuses : read
24+
725jobs :
826 TagBot :
927 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1230 - uses : JuliaRegistries/TagBot@v1
1331 with :
1432 token : ${{ secrets.GITHUB_TOKEN }}
15- ssh : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments