Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
strategy:
matrix:
rust-toolchain: ["1.83"]
os: [ubuntu-20.04, macos-14, windows-2022]
os: [macos-14, windows-2022]
Comment thread
cceckman-at-fastly marked this conversation as resolved.
Outdated
arch: [amd64, arm64]
exclude:
- os: windows-2022
arch: arm64
include:
- os: ubuntu-20.04
name: linux
rust_abi: unknown-linux-gnu
- os: macos-14
name: darwin
rust_abi: apple-darwin
Expand Down Expand Up @@ -86,7 +83,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: publish
uses: actions/github-script@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
platform: [ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.platform }}
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
trap-test:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
platform: [ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.platform }}
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash

package-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down