1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

ci: use new arm runners for macos builds

This commit is contained in:
Wez Furlong 2024-01-30 22:13:46 -07:00
parent 47f647cadc
commit 59fe967d92
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ on:
jobs:
build:
runs-on: "macos-11"
runs-on: "macos-14"
env:
MACOSX_DEPLOYMENT_TARGET: "10.9"

View File

@ -21,7 +21,7 @@ on:
jobs:
build:
runs-on: "macos-11"
runs-on: "macos-14"
env:
BUILD_REASON: "Schedule"

View File

@ -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"

View File

@ -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"

View File

@ -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"),