Skip to content

Commit

Permalink
Modernize CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Nov 13, 2023
1 parent 4d75036 commit 98315f0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
asv:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
conda-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
codecov:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with: { submodules: recursive, fetch-depth: 0 }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
build-manual:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with: { submodules: recursive }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
clang-format:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
test-gmpxxll:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
target:
Expand Down
4 changes: 2 additions & 2 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"automake": [],
"benchmark==1.5.0": [],
"ccache": [],
"cppasv": [],
"flatsurf::cppasv": [],
"cxx-compiler": [],
"gmp": [],
"libtool": [],
"make": []
},
"conda_channels": ["flatsurf", "conda-forge", "default"],
"conda_channels": ["conda-forge"],
"build_command": [
"autoreconf -ivf",
"/bin/sh configure CXX='ccache c++' --without-doc",
Expand Down
1 change: 0 additions & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
name: doc-eantic-build
channels:
- conda-forge
- defaults
dependencies:
- saraedum::standardese>=0.6.0
- mkdocs>=1.1.0
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: gmpxxll-build
channels:
- conda-forge
- defaults
dependencies:
- automake
- benchmark
Expand Down

0 comments on commit 98315f0

Please sign in to comment.