Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Mar 1, 2024
1 parent 761c26e commit 74292c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
"windows-2019-x64",
"windows-2022-x64",
"macos-12-x64",
"macos-13-x64"
"macos-13-x64",
"macos-14-x64"
]
include:
- label: "ubuntu-20.04-x64"
Expand Down Expand Up @@ -61,6 +62,11 @@ jobs:
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
- label: "macos-14-x64"
os: "macos-14-large"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
fail-fast: false

name: "GH Environment - ${{ matrix.label }}"
Expand Down Expand Up @@ -105,7 +111,7 @@ jobs:
sudo apt-get -yq install -f mono-complete
- name: OSX Dependencies
if: ${{ matrix.os == 'macos-12' || matrix.os == 'macos-13' }}
if: ${{ matrix.os == 'macos-12' || matrix.os == 'macos-13' || matrix.os == 'macos-14-large' }}
shell: "bash"
run: |
brew install bison flex pkg-config automake libtool autoconf autoconf-archive coreutils
Expand Down

0 comments on commit 74292c2

Please sign in to comment.