Skip to content

Commit cf8cfe0

Browse files
committed
[check.yml] Update macOS runner to "macos-13", up from "macos-12"
1 parent 5fccb90 commit cf8cfe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
matrix:
1919
cfg:
2020
- { name: 'Linux', os: 'ubuntu-22.04' }
21-
- { name: 'MacOS', os: 'macos-12' }
21+
- { name: 'MacOS', os: 'macos-13' }
2222

2323
steps:
2424
- name: checkout
2525
uses: actions/checkout@v3
2626

2727
- name: install GNU tools
28-
if: matrix.cfg.os == 'macos-12'
28+
if: matrix.cfg.os == 'macos-13'
2929
run: |
3030
brew install gnu-sed
3131
echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> ${GITHUB_PATH}
@@ -34,7 +34,7 @@ jobs:
3434
run: ../tools/check-source.sh
3535

3636
- name: update brew
37-
if: matrix.cfg.os == 'macos-12'
37+
if: matrix.cfg.os == 'macos-13'
3838
run: |
3939
brew update
4040
@@ -47,7 +47,7 @@ jobs:
4747
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
4848

4949
- name: install (MacOS)
50-
if: matrix.cfg.os == 'macos-12'
50+
if: matrix.cfg.os == 'macos-13'
5151
run: |
5252
brew install basictex
5353
eval "$(/usr/libexec/path_helper)"
@@ -60,7 +60,7 @@ jobs:
6060
run: make quiet
6161

6262
- name: make (MacOS)
63-
if: matrix.cfg.os == 'macos-12'
63+
if: matrix.cfg.os == 'macos-13'
6464
run: make full
6565

6666
- name: check-output.sh

0 commit comments

Comments
 (0)