Skip to content

Commit e3a7d74

Browse files
committed
update ci.yml
1 parent 29d4f48 commit e3a7d74

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
version:
1818
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
- 'nightly'
20+
# - 'nightly'
2121
os:
2222
- ubuntu-latest
2323
- windows-latest
24-
- macOS-13 # intel
25-
- macOS-14 # arm
24+
- macOS-latest # arm
2625
arch:
2726
- x64
2827
- aarch64
@@ -31,15 +30,11 @@ jobs:
3130
arch: aarch64
3231
- os: windows-latest
3332
arch: aarch64
34-
- os: macOS-13
35-
arch: aarch64
36-
- os: macOS-14
37-
version: 1.6
38-
- os: macOS-14
33+
- os: macOS-latest
3934
arch: x64
4035
steps:
4136
- uses: actions/checkout@v4
42-
- uses: julia-actions/setup-julia@v1
37+
- uses: julia-actions/setup-julia@v2
4338
with:
4439
version: ${{ matrix.version }}
4540
arch: ${{ matrix.arch }}
@@ -66,7 +61,7 @@ jobs:
6661
runs-on: ubuntu-latest
6762
steps:
6863
- uses: actions/checkout@v4
69-
- uses: julia-actions/setup-julia@v1
64+
- uses: julia-actions/setup-julia@v2
7065
with:
7166
version: '1'
7267
- run: |

0 commit comments

Comments
 (0)