Skip to content

Commit

Permalink
chore(root): change linux-latest for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jan 5, 2025
1 parent 79004bb commit 9f757af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
install-and-cache:
name: Install dependencies
runs-on: linux-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -36,7 +36,7 @@ jobs:

build:
name: Build Project
runs-on: linux-latest
runs-on: ubuntu-latest
needs: [install-and-cache]

steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

publish:
name: NPM publish
runs-on: linux-latest
runs-on: ubuntu-latest
needs: [install-and-cache, build, test]
if: ${{ github.ref == 'refs/heads/master'}}

Expand Down

0 comments on commit 9f757af

Please sign in to comment.