Skip to content

Commit ffb3e75

Browse files
authored
fix(ci/cd): use macos-latest for osx artifacts (#226)
To fix gh actions
1 parent 8880fd4 commit ffb3e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Artifacts
5555
strategy:
5656
matrix:
57-
os: [ubuntu-latest, macos-13]
57+
os: [ubuntu-latest, macos-latest]
5858
runs-on: ${{ matrix.os }}
5959
steps:
6060
- name: Check out code

0 commit comments

Comments
 (0)