diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e10e46e..6bef4398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: version: - '1.10' # LTS - '1' # Current stable release - - '~1.11.0-0' +# - '~1.11.0-0' - 'nightly' # Trying to get aarch64 to work os: @@ -32,11 +32,11 @@ jobs: arch: - x64 - aarch64 -# exclude: -# - os: ubuntu-latest -# arch: aarch64 -# - os: windows-latest -# arch: aarch64 + exclude: + - os: ubuntu-latest + arch: aarch64 + - os: windows-latest + arch: aarch64 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest diff --git a/docs/src/index.md b/docs/src/index.md index 14176c9c..eb167c05 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -8,7 +8,8 @@ for the book __Solving Nonlinear Equations with Iterative Methods:__ __Solvers and Examples in Julia__ -This documentation is sketchy and designed to get you going, but the real deal is the [IJulia notebook](https://github.com/ctkelley/NotebookSIAMFANL) +This documentation is sketchy and designed to get you going, but the real deal is the [IJulia notebook](https://github.com/ctkelley/NotebookSIAMFANL) and +the [Print book](https://epubs.siam.org/doi/book/10.1137/1.9781611977271). ## Scalar Equations: Chapter 1