Skip to content

Commit 64251bf

Browse files
committed
Update CI
1 parent 75d0f3b commit 64251bf

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
tags: '*'
1010
pull_request:
1111
release:
12+
workflow_dispatch:
1213

1314
concurrency:
1415
# Skip intermediate builds: always.
@@ -38,7 +39,7 @@ jobs:
3839
arch: x86
3940
- version: 1
4041
os: macOS-latest
41-
arch: x64
42+
arch: arm64
4243
- version: 1
4344
os: windows-latest
4445
arch: x64
@@ -55,12 +56,12 @@ jobs:
5556
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
5657
- uses: julia-actions/julia-processcoverage@v1
5758
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
58-
- uses: codecov/codecov-action@v5
59+
- uses: codecov/codecov-action@v6
5960
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
6061
with:
6162
fail_ci_if_error: true
6263
token: ${{ secrets.CODECOV_TOKEN }}
63-
file: lcov.info
64+
files: lcov.info
6465
docs:
6566
name: Documentation
6667
runs-on: ubuntu-latest

.github/workflows/TagBot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ on:
66
workflow_dispatch:
77
inputs:
88
lookback:
9-
default: 3
9+
default: "3"
1010
permissions:
11+
actions: read
12+
checks: read
1113
contents: write
14+
deployments: read
15+
issues: read
16+
discussions: read
17+
packages: read
18+
pages: read
19+
pull-requests: read
20+
repository-projects: read
21+
security-events: read
22+
statuses: read
1223
jobs:
1324
TagBot:
1425
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

0 commit comments

Comments
 (0)