Skip to content

Commit acab6e5

Browse files
authored
Merge branch 'graphnet-team:main' into grit
2 parents f896062 + 83c7330 commit acab6e5

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
check-codeclimate-credentials:
1818
name: Check CodeClimate credentials
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
outputs:
2121
has_credentials: ${{ steps.setvar.outputs.has_credentials }}
2222
steps:
@@ -35,7 +35,7 @@ jobs:
3535
build-icetray:
3636
name: Unit tests - IceTray
3737
needs: [ check-codeclimate-credentials ]
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
container:
4040
image: icecube/icetray:icetray-prod-v1.8.1-ubuntu20.04-X64
4141
options: --user root
@@ -92,7 +92,7 @@ jobs:
9292

9393
build-matrix:
9494
name: Unit tests - Python versions
95-
runs-on: ubuntu-latest
95+
runs-on: ubuntu-22.04
9696
strategy:
9797
matrix:
9898
python-version: [3.8, 3.9, '3.10', '3.11']
@@ -159,7 +159,7 @@ jobs:
159159
160160
docs:
161161
name: Documentation Compilation
162-
runs-on: ubuntu-latest
162+
runs-on: ubuntu-22.04
163163
steps:
164164
- uses: actions/checkout@v3
165165
- name: Install package

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
pre-commit:
1919
name: Pre-commit - ${{ matrix.hook }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
2323
hook: ["black", "flake8", "docformatter", "pydocstyle", "mypy"]

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docker:
1515
name: Build and Publish Docker Image
1616
if: github.repository == 'graphnet-team/graphnet'
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
permissions:
1919
packages: write
2020
contents: read

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
docs:
1616
name: Build and publish Documentation
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Install package

.github/workflows/paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
paper-2022-joss:
1313
name: Compile draft PDF
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)