Skip to content

Commit

Permalink
Downgrade ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghunath-S-S-J committed Feb 3, 2025
1 parent acf4a86 commit 09a693b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-test-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout Xero-NetStandard repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 09a693b

Please sign in to comment.