Skip to content

Commit c74dd44

Browse files
committed
💚 update CI workflow to use macos-latest and macos-13
1 parent 84b9c95 commit c74dd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: "Build"
1717
strategy:
1818
matrix:
19-
os: [macos-14, macos-12]
19+
os: [macos-latest, macos-13]
2020
fail-fast: true
2121
uses: ./.github/workflows/build.yml
2222
with:
@@ -88,4 +88,4 @@ jobs:
8888
id: clean_up
8989
if: ${{ always() }}
9090
run: |
91-
rm -rf $RUNNER_TEMP/download
91+
rm -rf $RUNNER_TEMP/download

0 commit comments

Comments
 (0)