Skip to content

Commit 89335fe

Browse files
authored
Merge pull request #277 from xt0rted/macos-13
Build on macos 13
2 parents d1ef5b0 + cd47c1c commit 89335fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
os:
2727
- macos-11
2828
- macos-12
29+
- macos-13
2930
- ubuntu-20.04
3031
- ubuntu-22.04
3132
- windows-2019
@@ -69,7 +70,7 @@ jobs:
6970

7071
- name: Upload artifacts
7172
uses: actions/[email protected]
72-
if: matrix.os == 'ubuntu-20.04'
73+
if: matrix.os == 'ubuntu-22.04'
7374
with:
7475
name: nupkg
7576
path: ./artifacts/*.nupkg

0 commit comments

Comments
 (0)