Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Jan 21, 2025
1 parent 9bcb705 commit 88350b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ jobs:
}
- {
id: '303',
os: macos-12,
os: macos-14,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -1001,7 +1001,7 @@ jobs:
}
- {
id: '304',
os: macos-12,
os: macos-14,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand Down Expand Up @@ -1725,7 +1725,7 @@ jobs:
)
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installation-${{ matrix.config.id }}
path: install.tar
Expand Down

0 comments on commit 88350b5

Please sign in to comment.