mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Try use macos-14
This commit is contained in:
2
.github/workflows/build-browser.yml
vendored
2
.github/workflows/build-browser.yml
vendored
@@ -280,7 +280,7 @@ jobs:
|
|||||||
|
|
||||||
build-safari:
|
build-safari:
|
||||||
name: Build Safari
|
name: Build Safari
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- locales-test
|
- locales-test
|
||||||
|
|||||||
2
.github/workflows/build-cli.yml
vendored
2
.github/workflows/build-cli.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
[
|
[
|
||||||
{ base: "linux", distro: "ubuntu-22.04", target_suffix: "" },
|
{ base: "linux", distro: "ubuntu-22.04", target_suffix: "" },
|
||||||
{ base: "linux", distro: "ubuntu-22.04-arm", target_suffix: "-arm64" },
|
{ base: "linux", distro: "ubuntu-22.04-arm", target_suffix: "-arm64" },
|
||||||
{ base: "mac", distro: "macos-13", target_suffix: "" },
|
{ base: "mac", distro: "macos-14", target_suffix: "" },
|
||||||
{ base: "mac", distro: "macos-14", target_suffix: "-arm64" }
|
{ base: "mac", distro: "macos-14", target_suffix: "-arm64" }
|
||||||
]
|
]
|
||||||
license_type:
|
license_type:
|
||||||
|
|||||||
6
.github/workflows/build-desktop.yml
vendored
6
.github/workflows/build-desktop.yml
vendored
@@ -655,7 +655,7 @@ jobs:
|
|||||||
|
|
||||||
macos-build:
|
macos-build:
|
||||||
name: MacOS Build
|
name: MacOS Build
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
env:
|
env:
|
||||||
@@ -861,7 +861,7 @@ jobs:
|
|||||||
|
|
||||||
macos-package-github:
|
macos-package-github:
|
||||||
name: MacOS Package GitHub Release Assets
|
name: MacOS Package GitHub Release Assets
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
||||||
needs:
|
needs:
|
||||||
- browser-build
|
- browser-build
|
||||||
@@ -1110,7 +1110,7 @@ jobs:
|
|||||||
|
|
||||||
macos-package-mas:
|
macos-package-mas:
|
||||||
name: MacOS Package Prod Release Asset
|
name: MacOS Package Prod Release Asset
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
||||||
needs:
|
needs:
|
||||||
- browser-build
|
- browser-build
|
||||||
|
|||||||
6
.github/workflows/release-desktop-beta.yml
vendored
6
.github/workflows/release-desktop-beta.yml
vendored
@@ -392,7 +392,7 @@ jobs:
|
|||||||
|
|
||||||
macos-build:
|
macos-build:
|
||||||
name: MacOS Build
|
name: MacOS Build
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs: setup
|
needs: setup
|
||||||
env:
|
env:
|
||||||
_PACKAGE_VERSION: ${{ needs.setup.outputs.release_version }}
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.release_version }}
|
||||||
@@ -524,7 +524,7 @@ jobs:
|
|||||||
|
|
||||||
macos-package-github:
|
macos-package-github:
|
||||||
name: MacOS Package GitHub Release Assets
|
name: MacOS Package GitHub Release Assets
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- macos-build
|
- macos-build
|
||||||
@@ -737,7 +737,7 @@ jobs:
|
|||||||
|
|
||||||
macos-package-mas:
|
macos-package-mas:
|
||||||
name: MacOS Package Prod Release Asset
|
name: MacOS Package Prod Release Asset
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- macos-build
|
- macos-build
|
||||||
|
|||||||
Reference in New Issue
Block a user