Skip to content

Commit

Permalink
bump macOS version
Browse files Browse the repository at this point in the history
Change-Id: I0269602ef04927141c86290a3ef196ecd5f996c7
  • Loading branch information
cooljeanius committed Oct 26, 2024
1 parent 69d6df3 commit 9c30806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/apple-gdb-1824-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
pull_request:
jobs:
test:
# "latest" and "14" now both default to arm, which will require work to
# properly support, so see if we can fall back to an x86_64 image instead:
runs-on: macos-13
# seeing if we can bump this:
runs-on: macos-14
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -416,7 +415,7 @@ jobs:
name: apple-gdb-1824-macos-${{ matrix.compiler }}-logfiles-${{ github.sha }}
# A file, directory or wildcard pattern that describes what to upload
path: |
**/*.log
**/*.log
- run: find . -name config.log -print0 | xargs -0 cat | grep -i error | sort | uniq
if: "${{ failure() }}"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apple-gdb-1824.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: cd src/gdb/doc && make doxy && make all-doc && make diststuff && make links2roff
- run: cd src && make info && sync && find . -name '*.info' -print
- run: cd src && make check-zlib && sync && make check-libiberty
- run: cd src && yamllint zlib/contrib/perl/Compress-Raw-Zlib-*/META.yml
- run: cd src && yamllint zlib/contrib/perl/*/META.yml && sync && echo "."
- run: cd src/texinfo/js && (npm install || npm audit || npm ci || npm install-ci-test || npm install-test || stat package.json)
- run: cd src && make check-texinfo_js && find . -name '*.js' -print
- run: cd src && sync && find . -name '*.js' -print0 | xargs -0 node -c
Expand Down

0 comments on commit 9c30806

Please sign in to comment.