Skip to content

Commit 9b7b8c5

Browse files
committed
fix: GHA issues
1 parent c9064fc commit 9b7b8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
21,
1616
]
1717
# and run on both Linux and Windows
18-
os: [ubuntu-20.04, windows-2022, windows-2019, macos-12]
18+
os: [ubuntu-22.04, windows-2022, windows-2019, macos-14]
1919
runs-on: ${{ matrix.os }}
2020
continue-on-error: true
2121
steps:

0 commit comments

Comments
 (0)