Skip to content

Commit d765f7e

Browse files
author
crow
committed
Update release.yaml
1 parent d889147 commit d765f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "[0-9]+.[0-9]+.[0-9]+*"
77

88
env:
9-
DEVELOPER_DIR: /Applications/Xcode_15.1.app
9+
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
1010
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1111
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1212
DOTNET_NOLOGO: 1
@@ -16,7 +16,7 @@ jobs:
1616
release:
1717
permissions:
1818
contents: write
19-
runs-on: macOS-13
19+
runs-on: macOS-15
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)