mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 07:08:00 +00:00
Update macOS runner
Seems macos-13 is being deprecated.
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
package-macos-amd64:
|
package-macos-amd64:
|
||||||
name: x86-64 macOS build
|
name: x86-64 macOS build
|
||||||
runs-on: macos-13
|
runs-on: macos-15-intel
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
needs: npm-version
|
needs: npm-version
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user