Skip to content

Commit 0523aea

Browse files
committed
Build on macos-14
1 parent 73023c2 commit 0523aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Builds for Debug and Release configurations
2020
configuration: [Debug, Release]
2121
# Builds for Ubuntu, Windows, and macOS
22-
os: [ubuntu-latest, windows-latest, macOS-latest]
22+
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, windows-latest, macOS-latest]
56+
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
5757
node-version: ['18', '20', 'latest' ]
5858
runs-on: ${{ matrix.os }}
5959

@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
os: [ubuntu-latest, windows-latest, macOS-latest]
96+
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
9797
python-version: ['3.10', '3.11', '3.12']
9898
runs-on: ${{ matrix.os }}
9999

0 commit comments

Comments
 (0)