Skip to content

Commit

Permalink
Merge of #684 - remove ubuntu-20
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee authored Jan 3, 2025
2 parents a0fb196 + 0d2c6db commit 27be6fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
name: Check binary size
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
# FIXME(jubilee): the immutable upload needs us to disambiguate things
# platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: read
Expand Down
16 changes: 5 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
rust: stable
- os: ubuntu-20.04
rust: beta
- os: ubuntu-20.04
rust: nightly
- os: ubuntu-24.04
rust: stable
- os: ubuntu-24.04
Expand Down Expand Up @@ -185,7 +179,7 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -219,7 +213,7 @@ jobs:

rustfmt:
name: Rustfmt
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -230,7 +224,7 @@ jobs:

build:
name: Build Targets
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
target:
Expand Down Expand Up @@ -258,7 +252,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-24.04
- os: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -270,7 +264,7 @@ jobs:

miri:
name: Miri
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 27be6fc

Please sign in to comment.