Skip to content

Commit 5e10874

Browse files
Merge pull request #266 from SparseLinearAlgebra/feature/CI
Update CI: Replace Deprecated macos-12 Image and Artifact Action Version
2 parents afeb9df + f5f560b commit 5e10874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
folder: build/test_coverage/
4747
single-commit: true
4848
- name: Save output
49-
uses: actions/upload-artifact@v2.2.3
49+
uses: actions/upload-artifact@v4.6.0
5050
with:
5151
name: test_coverage
5252
path: build/test_coverage/
5353
macos:
54-
runs-on: macos-12
54+
runs-on: macos-14
5555
strategy:
5656
matrix:
5757
config:

0 commit comments

Comments
 (0)