Skip to content

Commit

Permalink
ci: update OS versions in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Sep 26, 2024
1 parent a881c72 commit 5eaad10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-musl
bin: cargo-machete
- os: windows-2022
rust: stable
target: x86_64-pc-windows-msvc
bin: cargo-machete.exe
- os: macos-11
- os: macos-14
rust: stable
target: x86_64-apple-darwin
bin: cargo-machete
- os: macos-11
- os: macos-14
rust: stable
target: aarch64-apple-darwin
bin: cargo-machete
Expand All @@ -113,7 +113,7 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
- name: Install musl tools
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get install -y musl-tools
- name: Checkout
Expand Down

0 comments on commit 5eaad10

Please sign in to comment.