Skip to content

Commit

Permalink
chore: Bump macos runner versions
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Dec 12, 2024
1 parent af14743 commit db32f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ReceivePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-11-x64",
"macos-12-x64",
"macos-13-x64",
]
include:
- label: "ubuntu-20.04-x64"
Expand Down Expand Up @@ -89,13 +88,8 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-11-x64"
os: "macos-11"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
- label: "macos-12-x64"
os: "macos-12"
- label: "macos-13-x64"
os: "macos-13"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
Expand Down Expand Up @@ -143,7 +137,7 @@ jobs:
sudo apt-get -yq install -f mono-complete
- name: OSX Dependencies
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-12'}}
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14'}}
shell: "bash"
run: |
brew install pkg-config automake libtool
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-12-x64",
"macos-13-x64"
]
include:
Expand Down Expand Up @@ -63,11 +62,6 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-12-x64"
os: "macos-12"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
- label: "macos-13-x64"
os: "macos-13"
triplet: "x64-osx"
Expand Down Expand Up @@ -117,7 +111,7 @@ jobs:
sudo apt-get -yq install -f mono-complete
- name: OSX Dependencies
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-12' || matrix.os == 'macos-13' }}
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' }}
shell: "bash"
run: |
brew install bison flex pkg-config automake libtool autoconf autoconf-archive
Expand Down

0 comments on commit db32f01

Please sign in to comment.