Skip to content

Commit e892cc9

Browse files
committed
Pin CI Swift to 6.2.3 because macOS latest fails importing simd
1 parent fcfc41f commit e892cc9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: SwiftyLab/setup-swift@latest
19+
with:
20+
swift-version: "6.2.3"
1921
- uses: actions/checkout@v4
2022

2123
- name: Install Linux dependencies

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: SwiftyLab/setup-swift@latest
19+
with:
20+
swift-version: "6.2.3"
1921
- uses: actions/checkout@v4
2022

2123
- name: Install Linux dependencies

0 commit comments

Comments
 (0)