Skip to content

Commit f798638

Browse files
committed
CI: update version of macos image and action upload artifact
Signed-off-by: Homka122 <[email protected]>
1 parent 176bdd4 commit f798638

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
@@ -50,13 +50,13 @@ jobs:
5050
folder: build/test_coverage/
5151
single-commit: true
5252
- name: Save output
53-
uses: actions/upload-artifact@v2.2.3
53+
uses: actions/upload-artifact@v4.6.0
5454
with:
5555
name: test_coverage
5656
path: build/test_coverage/
5757
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
5858
macos:
59-
runs-on: macos-12
59+
runs-on: macos-14
6060
strategy:
6161
matrix:
6262
config:

0 commit comments

Comments
 (0)