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

Commit 73a5e66

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +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
56+
glam-version: 0.24.2
5757
- rust-gpu-version: 0.9.0
58-
glam-version: 0.29.3
58+
glam-version: 0.24.2
5959

6060
# target spec introduction
6161
# last version before
@@ -88,7 +88,7 @@ jobs:
8888
# glam semver breakage due to vector type refactor
8989
# before, glam was fixed to <=0.30.7 in this commit
9090
- rust-gpu-version: f79c4181a5dc2d37303947b113f190930c6c1ce6
91-
glam-version: 0.30.7
91+
glam-version: =0.30.7
9292
# after, glam >0.30.8
9393
- rust-gpu-version: e767f24f2565baf1a71bbaf84d453d181cab2417
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)