Skip to content

Commit

Permalink
ci: Update release to use ubuntu-latest (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle authored Feb 29, 2024
1 parent 94246d0 commit 6caeb1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

create-release-branch:
name: Create release branch
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: confirm-public-repo-master-branch
steps:
- name: Checkout development branch
Expand All @@ -30,7 +30,7 @@ jobs:
git push origin release/${{ github.run_number }}
release:
name: Perform Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: create-release-branch
env:
GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
sync-repository:
name: Sync development and master branches
needs: release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout public master branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 6caeb1a

Please sign in to comment.