diff options
author | Blaž Hrastnik | 2022-12-13 06:08:24 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-12-13 06:09:24 +0000 |
commit | e6fce860b10faab1cb50b7709a67ded113364392 (patch) | |
tree | 5e906b923cebcac3b44eeb82dbe4869919b7f84c | |
parent | 00092a29c4f8ca7402455a9a494147ee3521bd4b (diff) |
Use latest github runner images
-rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c105bfc..9518a537 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,17 +61,17 @@ jobs: build: [x86_64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc include: - build: x86_64-linux - os: ubuntu-20.04 + os: ubuntu-latest rust: stable target: x86_64-unknown-linux-gnu cross: false - build: aarch64-linux - os: ubuntu-20.04 + os: ubuntu-latest rust: stable target: aarch64-unknown-linux-gnu cross: true - build: riscv64-linux - os: ubuntu-20.04 + os: ubuntu-latest rust: stable target: riscv64gc-unknown-linux-gnu cross: true @@ -81,7 +81,7 @@ jobs: target: x86_64-apple-darwin cross: false - build: x86_64-windows - os: windows-2019 + os: windows-latest rust: stable target: x86_64-pc-windows-msvc cross: false |