Skip to content

Commit

Permalink
fix: release script to use recent ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
defihook committed Jul 24, 2023
1 parent 98a1d46 commit f01bcf8
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 @@ -79,11 +79,11 @@ jobs:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
include:
- build: linux
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
os: ubuntu-latest
rust: nightly
target: arm-unknown-linux-gnueabihf
- build: macos
Expand All @@ -110,7 +110,7 @@ jobs:
fetch-depth: 1

- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-18.04'
if: matrix.os == 'ubuntu-latest'
run: |
ci/ubuntu-install-packages
Expand Down

0 comments on commit f01bcf8

Please sign in to comment.