Skip to content

Commit

Permalink
updated cd.yml to use github runner ubuntu-latest and macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st42 committed Nov 24, 2023
1 parent 79f6163 commit 5f72006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
generate-changelog:
name: Generate changelog
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
outputs:
release_body: ${{ steps.release.outputs.release_body }}
steps:
Expand Down Expand Up @@ -44,15 +44,15 @@ jobs:
build: [linux-gnu, linux-musl, macos]
include:
- BUILD: linux-gnu
OS: ubuntu-18.04
OS: ubuntu-latest
TOOLCHAIN: stable
TARGET: x86_64-unknown-linux-gnu
- BUILD: linux-musl
OS: ubuntu-18.04
OS: ubuntu-latest
TOOLCHAIN: stable
TARGET: x86_64-unknown-linux-musl
- BUILD: macos
OS: macos-10.15
OS: macos-latest
TOOLCHAIN: stable
TARGET: x86_64-apple-darwin
steps:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
publish-crates-io:
name: Publish on crates.io
needs: publish-github
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down

0 comments on commit 5f72006

Please sign in to comment.