mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 00:14:08 +01:00
Update macOS runner
Seems macos-13 is being deprecated.
This commit is contained in:
parent
339c3926c2
commit
93c1f4f10c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
|
||||
package-macos-amd64:
|
||||
name: x86-64 macOS build
|
||||
runs-on: macos-13
|
||||
runs-on: macos-15-intel
|
||||
timeout-minutes: 15
|
||||
needs: npm-version
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue