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 <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Dec 4, 2024
1 parent eeecb30 commit 287fec0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ReceivePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-11-x64",
"macos-12-x64",
"macos-13-x64",
"macos-14-x64",
]
include:
- label: "ubuntu-20.04-x64"
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-11-x64"
os: "macos-11"
- label: "macos-13-x64"
os: "macos-13"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
- label: "macos-12-x64"
os: "macos-12"
- label: "macos-14-x64"
os: "macos-14"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
Expand Down Expand Up @@ -143,7 +143,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: 4 additions & 4 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-12-x64",
"macos-14-x64",
]
include:
- label: "ubuntu-20.04-x64"
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-12-x64"
os: "macos-12"
- label: "macos-14-x64"
os: "macos-14"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
Expand Down Expand Up @@ -111,7 +111,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 bison flex pkg-config automake libtool autoconf autoconf-archive
Expand Down

0 comments on commit 287fec0

Please sign in to comment.