We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62368ea commit a743edaCopy full SHA for a743eda
.github/workflows/CI.yml
@@ -31,14 +31,14 @@ jobs:
31
arch: x64
32
version: 1
33
- os: macOS-latest
34
- arch: x64
+ arch: aarch64
35
36
steps:
37
- name: Install matplotlib
38
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
39
shell: bash
40
- name: Install LaTeX
41
- run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get -qq install texlive-full texlive-fonts-extra cm-super; fi
+ run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get -qq install texlive-full cm-super; fi
42
43
- uses: actions/checkout@v4
44
- uses: julia-actions/setup-julia@v2
0 commit comments