Skip to content

Commit

Permalink
CI: update github actions runners to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Mar 7, 2023
1 parent 20d42ce commit 3e6152a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gmy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
lint-python:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand All @@ -32,7 +32,7 @@ jobs:
run: pip install black~=22.0 && black --check .

lint-cpp:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand All @@ -41,7 +41,7 @@ jobs:
run: ${{ github.workspace }}/.github/workflows/run-clang-format.py --style file -r .

gmy-tool:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py-hemetools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
python-lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

defaults:
run:
Expand All @@ -38,7 +38,7 @@ jobs:
run: black --check .

python-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit 3e6152a

Please sign in to comment.