Skip to content

Commit a60ea73

Browse files
CI updates
1 parent 7b04023 commit a60ea73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
1919
matrix:
20-
os: [ubuntu-latest, windows-2019, macos-latest]
20+
os: [ubuntu-latest, windows-2022, macos-latest]
2121

2222
steps:
2323
- name: Get latest CMake

.github/workflows/cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
2020
matrix:
21-
xsimd_version: ["", "8.0.5"]
21+
xsimd_version: ["", "13.2.0"]
2222

2323
steps:
2424
- name: Install Linux Deps

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
1919
matrix:
20-
os: [ubuntu-latest, windows-2019, macos-latest]
21-
xsimd_version: ["", "9.0.1", "8.0.0", "8.1.0"]
20+
os: [ubuntu-latest, windows-2022, macos-latest]
21+
xsimd_version: ["", "12.1.1", "13.2.0"]
2222
include:
2323
- os: macos-latest
2424
xsimd_version: "8.0.5"

0 commit comments

Comments
 (0)