Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 7e662c0

Browse files
committed
ci: fix glam to other versions, where needed
1 parent f1771b8 commit 7e662c0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/push.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
# It's probably easily fixable. But also `0.7.0` was released in April 2023, so there's
5454
# unlikely many users of it?
5555
- rust-gpu-version: 0.8.0
56+
glam-version: 0.29.3
5657
- rust-gpu-version: 0.9.0
58+
glam-version: 0.29.3
5759

5860
# target spec introduction
5961
# last version before
@@ -73,7 +75,7 @@ jobs:
7375

7476
# testing rustc 1.5 months later
7577
- rust-gpu-version: eea8998df9dc2fd8e7a65c5b5b7ae20c238a665a
76-
glam-version: =0.30.7
78+
glam-version: 0.29.3
7779

7880
# just after target specs v2 refactor
7981
# before
@@ -84,8 +86,9 @@ jobs:
8486
glam-version: =0.30.7
8587

8688
# glam semver breakage due to vector type refactor
87-
# before, glam fixed to 0.30.7 in this commit
89+
# before, glam was fixed to <=0.30.7 in this commit
8890
- rust-gpu-version: f79c4181a5dc2d37303947b113f190930c6c1ce6
91+
glam-version: 0.30.7
8992
# after, glam >0.30.8
9093
- rust-gpu-version: e767f24f2565baf1a71bbaf84d453d181cab2417
9194
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)