Update build_and_test.yaml

pull/273/head
SpectralVectors 2024-09-05 09:35:21 -04:00 zatwierdzone przez GitHub
rodzic 5181223b0e
commit e6d515462b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -8,10 +8,10 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest','windows-latest']
blender_version: ['3.6.7','4.1']
blender_version: ['4.2.1']
include:
- os: 'macos-latest'
blender_version: 'ignored'
blender_version: '4.2.1'
runs-on: ${{matrix.os}}
steps:
- name: Checkout repository