File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
88 shell : bash -l {0}
99jobs :
1010 build :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout xsimd
1414 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 77 GCC_VERSION : " 12"
88jobs :
99 build :
10- runs-on : ubuntu-22.04
10+ runs-on : ubuntu-latest
1111 name : ' RISC-V RVV${{ matrix.vector_bits }}'
1212 strategy :
1313 matrix :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ concurrency:
55 cancel-in-progress : true
66jobs :
77 build :
8- runs-on : ubuntu-20.04
8+ runs-on : ubuntu-latest
99 name : ' Arm SVE${{ matrix.vector_bits }}'
1010 strategy :
1111 matrix :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
88 shell : bash -l {0}
99jobs :
1010 build :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 name : ' ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} - emulated'
1313 strategy :
1414 matrix :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
88 shell : bash -l {0}
99jobs :
1010 build :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 name : ' ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} - ${{ matrix.sys.flags }}'
1313 strategy :
1414 matrix :
You can’t perform that action at this time.
0 commit comments