Skip to content

Commit

Permalink
use github runner os 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Oct 10, 2024
1 parent b34be84 commit 9d80496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux-gcc:
name: ubuntu-${{ matrix.mode }}

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
# Reference: https://github.com/OPM/ResInsight/blob/dev/.github/workflows/centos7.yml
centos7-gcc:
name: centos7-${{ matrix.mode }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand Down

0 comments on commit 9d80496

Please sign in to comment.