Update github workflows (#1975)

This commit is contained in:
scribam
2024-07-19 05:06:53 +02:00
committed by GitHub
parent 7d8b06b704
commit feb166d475
7 changed files with 44 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: [ubuntu-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
@@ -46,7 +46,7 @@ jobs:
runs-on: [macos-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
@@ -74,7 +74,7 @@ jobs:
# matrix:
# include: [{ msystem: CLANG64, arch: x86_64, prefix: /clang64 }, { msystem: CLANG32, arch: i686, prefix: /clang32 }, { msystem: CLANGARM64, arch: aarch64, prefix: /clangarm64 }]
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# with:
# path: temp
# submodules: recursive