Skip to content

Commit 5eaad10

Browse files
committed
ci: update OS versions in release task
1 parent a881c72 commit 5eaad10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ jobs:
8989
strategy:
9090
matrix:
9191
include:
92-
- os: ubuntu-20.04
92+
- os: ubuntu-22.04
9393
rust: stable
9494
target: x86_64-unknown-linux-musl
9595
bin: cargo-machete
9696
- os: windows-2022
9797
rust: stable
9898
target: x86_64-pc-windows-msvc
9999
bin: cargo-machete.exe
100-
- os: macos-11
100+
- os: macos-14
101101
rust: stable
102102
target: x86_64-apple-darwin
103103
bin: cargo-machete
104-
- os: macos-11
104+
- os: macos-14
105105
rust: stable
106106
target: aarch64-apple-darwin
107107
bin: cargo-machete
@@ -113,7 +113,7 @@ jobs:
113113
toolchain: ${{ matrix.rust }}
114114
target: ${{ matrix.target }}
115115
- name: Install musl tools
116-
if: matrix.os == 'ubuntu-20.04'
116+
if: matrix.os == 'ubuntu-22.04'
117117
run: |
118118
sudo apt-get install -y musl-tools
119119
- name: Checkout

0 commit comments

Comments
 (0)