Skip to content

Commit 3958d8b

Browse files
authored
Update ctypeslib-linux.yml
python and llvm changes, and download artefact actions
1 parent 27d4ca0 commit 3958d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ctypeslib-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
# os: [ubuntu-latest, macos-latest, windows-latest]
3838
# python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9 ]
3939
os: [ubuntu-latest, macos-latest, windows-latest]
40-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
41-
clang-version: ['11', '12', '13', '14', '15']
40+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
41+
clang-version: ['11', '12', '13', '14', '15', '16', '17', '18', '19']
4242

4343
steps:
4444
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
7878
if: ${{runner.os == 'macOS' }}
7979
run: |
8080
echo "DYLD_LIBRARY_PATH=$(pwd)/test/data/:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
81-
- uses: actions/download-artifact@v4.1.7
81+
- uses: actions/download-artifact@v4
8282
with:
8383
name: Packages
8484
path: ~/packages/

0 commit comments

Comments
 (0)