Skip to content

Commit 0749933

Browse files
authored
Update release.yaml
1 parent 794d425 commit 0749933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macOS-12]
11+
os: [ubuntu-latest, macOS-12, macOS-14]
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Build resources
@@ -25,4 +25,4 @@ jobs:
2525
file: library/*
2626
tag: ${{ github.ref }}
2727
overwrite: true
28-
file_glob: true
28+
file_glob: true

0 commit comments

Comments
 (0)