Skip to content

Commit d3907c4

Browse files
authored
Change Python version from 3.13 to 3.9
1 parent 3cdded2 commit d3907c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unity_unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
dotnet-version: '6.x.x'
124124
- uses: actions/setup-python@v5
125125
with:
126-
python-version: '3.13'
126+
python-version: '3.9'
127127
- uses: actions/checkout@v3
128128
- name: UnitTest-v8
129129
run: |
@@ -203,4 +203,4 @@ jobs:
203203
- name: UnitTest-v8-ts
204204
run: |
205205
cd unity/test/dotnet
206-
node ../../cli dotnet-test -ts
206+
node ../../cli dotnet-test -ts

0 commit comments

Comments
 (0)