Skip to content

Commit

Permalink
Merge pull request #758 from vasireddy99/ubuntu22
Browse files Browse the repository at this point in the history
Use ubuntu-22.04 in GH workflows runner images
  • Loading branch information
vasireddy99 authored Nov 21, 2024
2 parents a01cc31 + 04b60c0 commit c2854f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
push:
branches:
- main


jobs:
publish-smoke-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: enriikke/gatsby-gh-pages-action@v2
Expand All @@ -21,7 +21,7 @@ jobs:
access-token: ${{ secrets.demo }}
deploy-branch: smoke-test
verify-smoke-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: publish-smoke-test
steps:
- name: Checkout Smoke Test Branch
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
publish-live:
needs: verify-smoke-test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-22.04
- windows-latest
steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit c2854f5

Please sign in to comment.