Skip to content

Commit

Permalink
Go back to Ubuntu 20.04 for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Aug 10, 2023
1 parent 24d9ea9 commit 17edb48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [ debian-9, windows-latest, macos-latest ]
os: [ ubuntu-20.04, windows-latest, macos-latest ]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- { target: aarch64-apple-darwin , os: macos-latest , jreleaser_platform: osx-aarch_64 }
- { target: x86_64-apple-darwin , os: macos-latest , jreleaser_platform: osx-x86_64 }
- { target: x86_64-pc-windows-msvc , os: windows-latest, jreleaser_platform: windows-x86_64 }
- { target: x86_64-unknown-linux-gnu , os: debian-9 , jreleaser_platform: linux-x86_64 }
- { target: aarch64-unknown-linux-gnu, os: debian-9 , use-cross: true, jreleaser_platform: linux-aarch_64 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , jreleaser_platform: linux-x86_64 }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 , use-cross: true, jreleaser_platform: linux-aarch_64 }
runs-on: ${{ matrix.job.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 17edb48

Please sign in to comment.