mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
ci: use new arm runners for macos builds
This commit is contained in:
parent
47f647cadc
commit
59fe967d92
2
.github/workflows/gen_macos.yml
vendored
2
.github/workflows/gen_macos.yml
vendored
@ -19,7 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "macos-11"
|
||||
runs-on: "macos-14"
|
||||
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.9"
|
||||
|
2
.github/workflows/gen_macos_continuous.yml
vendored
2
.github/workflows/gen_macos_continuous.yml
vendored
@ -21,7 +21,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "macos-11"
|
||||
runs-on: "macos-14"
|
||||
|
||||
env:
|
||||
BUILD_REASON: "Schedule"
|
||||
|
4
.github/workflows/gen_macos_tag.yml
vendored
4
.github/workflows/gen_macos_tag.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "macos-11"
|
||||
runs-on: "macos-14"
|
||||
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.9"
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "cp wezterm.rb homebrew-wezterm/Casks/wezterm.rb"
|
||||
- name: "Commit homebrew tap changes"
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "Automated update to match latest tag"
|
||||
repository: "homebrew-wezterm"
|
||||
|
2
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
2
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "cp wezterm-linuxbrew.rb linuxbrew-wezterm/Formula/wezterm.rb"
|
||||
- name: "Commit linuxbrew tap changes"
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "Automated update to match latest tag"
|
||||
repository: "linuxbrew-wezterm"
|
||||
|
@ -950,7 +950,7 @@ TARGETS = [
|
||||
Target(container="debian:12", continuous_only=True),
|
||||
Target(name="centos8", container="quay.io/centos/centos:stream8"),
|
||||
Target(name="centos9", container="quay.io/centos/centos:stream9"),
|
||||
Target(name="macos", os="macos-11"),
|
||||
Target(name="macos", os="macos-14"),
|
||||
# https://fedoraproject.org/wiki/End_of_life?rd=LifeCycle/EOL
|
||||
Target(container="fedora:37"),
|
||||
Target(container="fedora:38"),
|
||||
|
Loading…
Reference in New Issue
Block a user