diff --git a/.github/workflows/run-tests-usd2408.yml b/.github/workflows/run-tests-usd2408.yml
new file mode 100644
index 0000000..f10d19e
--- /dev/null
+++ b/.github/workflows/run-tests-usd2408.yml
@@ -0,0 +1,16 @@
+name: USD v24.08
+
+on:
+ push:
+ paths-ignore:
+ - '**.md'
+ pull_request:
+ paths-ignore:
+ - '**.md'
+
+jobs:
+ run-tests:
+ name: Run Tests for USD v24.08
+ uses: ./.github/workflows/run-tests.yml
+ with:
+ usd-version: 24.08
diff --git a/.github/workflows/run-tests-usd2411.yml b/.github/workflows/run-tests-usd2411.yml
new file mode 100644
index 0000000..7a80449
--- /dev/null
+++ b/.github/workflows/run-tests-usd2411.yml
@@ -0,0 +1,16 @@
+name: USD v24.11
+
+on:
+ push:
+ paths-ignore:
+ - '**.md'
+ pull_request:
+ paths-ignore:
+ - '**.md'
+
+jobs:
+ run-tests:
+ name: Run Tests for USD v24.11
+ uses: ./.github/workflows/run-tests.yml
+ with:
+ usd-version: 24.11
diff --git a/README.md b/README.md
index 1092119..bba8892 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
## guc
-![USD v24.05](https://github.com/pablode/guc/actions/workflows/run-tests-usd2405.yml/badge.svg?branch=main)
-![USD v24.03](https://github.com/pablode/guc/actions/workflows/run-tests-usd2403.yml/badge.svg?branch=main)
+![USD v24.11](https://github.com/pablode/guc/actions/workflows/run-tests-usd2411.yml/badge.svg?branch=main)
+![USD v24.08](https://github.com/pablode/guc/actions/workflows/run-tests-usd2408.yml/badge.svg?branch=main)
guc is a glTF to [Universal Scene Description](https://github.com/PixarAnimationStudios/USD) (USD) converter.
@@ -25,7 +25,7 @@ All glTF features except animation and skinning are implemented and get continuo
### Build
-You need USD v23.11+ (e.g. v24.05) with MaterialX support enabled.
+You need USD v23.11+ (e.g. v24.11) with MaterialX support enabled.
Do a recursive clone of the repository and set up a build folder:
```