Skip to content

Commit

Permalink
chore(release): upgrade to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent 6d2e0c6 commit 68ddf69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build:
name: build and push
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
packages: write
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
]
include:
- arch: aarch64-unknown-linux-gnu
platform: ubuntu-20.04
platform: ubuntu-22.04
profile: maxperf
- arch: x86_64-unknown-linux-gnu
platform: ubuntu-20.04
platform: ubuntu-22.04
profile: maxperf
- arch: x86_64-apple-darwin
platform: macos-latest
Expand All @@ -44,7 +44,7 @@ jobs:
platform: macos-latest
profile: maxperf
- arch: x86_64-pc-windows-gnu
platform: ubuntu-20.04
platform: ubuntu-22.04
profile: maxperf

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 68ddf69

Please sign in to comment.