Skip to content

Commit

Permalink
Use Ubuntu ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jan 7, 2025
1 parent 47fe7fb commit ea880d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-web-apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
if: github.repository == 'trimble-oss/modus-web-components'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and Deploy Job
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./stencil-workspace
Expand Down

0 comments on commit ea880d5

Please sign in to comment.