Skip to content

Commit e641c28

Browse files
Fix intel macos ci (#72)
1 parent a90ed05 commit e641c28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI-CPU.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- ubuntu-latest
3232
- macOS-latest
3333
- windows-latest
34-
- macOS-13
34+
- macOS-15-intel
3535
arch:
3636
- x64
3737
- x86
@@ -40,9 +40,9 @@ jobs:
4040
- JULIA_NUM_THREADS: 1
4141
- JULIA_NUM_THREADS: 2
4242
exclude:
43-
- os: macOS-13
43+
- os: macOS-15-intel
4444
arch: x86
45-
- os: macOS-13
45+
- os: macOS-15-intel
4646
arch: aarch64
4747
- os: macOS-latest
4848
arch: x86

0 commit comments

Comments
 (0)