Skip to content

Commit

Permalink
Merge pull request #2780 from Nordix/ci-ubuntu-update
Browse files Browse the repository at this point in the history
Lift Ubuntu runner in CI for Nightly and Publish
  • Loading branch information
ferd authored Mar 29, 2023
2 parents 5d1f72f + 6cdc385 commit f15aaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Publish escript for every merge to main
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create release and publish escript for every new tag
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

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

0 comments on commit f15aaea

Please sign in to comment.