mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GHA: Update runner images
This commit is contained in:
parent
dcf18f7812
commit
ad310714c2
2
.github/workflows/cmake-format.yml
vendored
2
.github/workflows/cmake-format.yml
vendored
@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
cmake-format-job:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Install cmakelang for cmake-format
|
||||
run: |
|
||||
|
2
.github/workflows/python-linting.yml
vendored
2
.github/workflows/python-linting.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: sobolevn/misspell-fixer-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user