Skip to content

Commit c6da495

Browse files
update macOS to 13
Signed-off-by: Aleksander Grzyb <[email protected]>
1 parent 42f3805 commit c6da495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
args: --strict
1414

1515
macOS:
16-
runs-on: macos-12
16+
runs-on: macos-13
1717
env:
1818
XCODE_VERSION: ${{ '14.1' }}
1919
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
macOS:
88
name: Add macOS binaries to release
9-
runs-on: macos-12
9+
runs-on: macos-13
1010
env:
1111
XCODE_VERSION: ${{ '14.1' }}
1212
steps:

0 commit comments

Comments
 (0)