File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
cfg :
20
- - { name: 'Linux', os: 'ubuntu-22 .04' }
21
- - { name: 'MacOS', os: 'macos-13' }
20
+ - { name: 'Linux', os: 'ubuntu-24 .04' }
21
+ # - { name: 'MacOS', os: 'macos-13' }
22
22
23
23
steps :
24
24
- name : checkout
@@ -39,11 +39,11 @@ jobs:
39
39
brew update
40
40
41
41
- name : update-apt-cache
42
- if : matrix.cfg.os == 'ubuntu-22 .04'
42
+ if : matrix.cfg.os == 'ubuntu-24 .04'
43
43
run : sudo apt-get update
44
44
45
45
- name : install (Linux)
46
- if : matrix.cfg.os == 'ubuntu-22 .04'
46
+ if : matrix.cfg.os == 'ubuntu-24 .04'
47
47
run : sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
48
48
49
49
- name : install (MacOS)
56
56
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
57
57
58
58
- name : make (Linux)
59
- if : matrix.cfg.os == 'ubuntu-22 .04'
59
+ if : matrix.cfg.os == 'ubuntu-24 .04'
60
60
run : make quiet
61
61
62
62
- name : make (MacOS)
67
67
run : ../tools/check-output.sh
68
68
69
69
- name : upload PDF
70
- if : matrix.cfg.os == 'ubuntu-22 .04'
70
+ if : matrix.cfg.os == 'ubuntu-24 .04'
71
71
uses : actions/upload-artifact@v4
72
72
with :
73
73
name : draft-snapshot
You can’t perform that action at this time.
0 commit comments