Skip to content

Commit 315dbe9

Browse files
committed
Set the macOS version in GH Actions
1 parent 6509b06 commit 315dbe9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- os: windows-latest
1717
platform: win32
1818
arch: x64
19-
- os: macos-latest
19+
- os: macos-13
2020
platform: darwin
2121
arch: x64
2222
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-20.04, windows-latest, macos-latest]
9+
os: [ubuntu-20.04, windows-latest, macos-13]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)