File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,24 @@ jobs:
18
18
matrix :
19
19
cfg :
20
20
- { name: 'Linux', os: 'ubuntu-24.04' }
21
- # - { name: 'MacOS', os: 'macos-13 ' }
21
+ - { name: 'MacOS', os: 'macos-15 ' }
22
22
23
23
steps :
24
24
- name : checkout
25
25
uses : actions/checkout@v4
26
26
27
27
- name : install GNU tools
28
- if : matrix.cfg.os == 'macos-13 '
28
+ if : matrix.cfg.os == 'macos-15 '
29
29
run : |
30
30
brew install gnu-sed
31
- echo "/usr/local /opt/gnu-sed/libexec/gnubin" >> ${GITHUB_PATH}
31
+ echo "/opt/homebrew /opt/gnu-sed/libexec/gnubin" >> ${GITHUB_PATH}
32
32
33
33
- name : check-source.sh
34
34
run : ../tools/check-source.sh
35
35
36
36
- name : update brew
37
- if : matrix.cfg.os == 'macos-13'
38
- run : |
39
- brew update
37
+ if : matrix.cfg.os == 'macos-15'
38
+ run : brew update
40
39
41
40
- name : update-apt-cache
42
41
if : matrix.cfg.os == 'ubuntu-24.04'
47
46
run : sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
48
47
49
48
- name : install (MacOS)
50
- if : matrix.cfg.os == 'macos-13 '
49
+ if : matrix.cfg.os == 'macos-15 '
51
50
run : |
52
51
brew install basictex
53
52
eval "$(/usr/libexec/path_helper)"
60
59
run : make quiet
61
60
62
61
- name : make (MacOS)
63
- if : matrix.cfg.os == 'macos-13 '
62
+ if : matrix.cfg.os == 'macos-15 '
64
63
run : make full
65
64
66
65
- name : check-output.sh
You can’t perform that action at this time.
0 commit comments