Skip to content

Commit

Permalink
Update runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstp committed Jul 13, 2023
1 parent 1b716d1 commit dceffe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-linux-amd64-static:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -27,7 +27,7 @@ jobs:
tag: ${{ github.ref }}

build-linux-arm32-static:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -48,7 +48,7 @@ jobs:
tag: ${{ github.ref }}

build-linux-arm64-static:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -69,7 +69,7 @@ jobs:
tag: ${{ github.ref }}

build-macos-amd64:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -87,7 +87,7 @@ jobs:
tag: ${{ github.ref }}

build-macos-arm64:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -104,7 +104,7 @@ jobs:

publish-crates-io:
name: Publish to crates.io
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
args: --all-features --target aarch64-unknown-linux-musl

test-macos-amd64:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -68,7 +68,7 @@ jobs:
# We use an amd64 machine to cross compile for arm64. We cannot run the tests,
# only verify that the project compiles well.
build-macos-arm64:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit dceffe4

Please sign in to comment.