Skip to content

Commit

Permalink
set linux build runners to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes authored and ch-nry committed Jul 3, 2024
1 parent 52aae46 commit 03c3494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
build_linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
arch: [amd64, arm64]
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
path: build/package/pmpd

build_linux_arm7:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 03c3494

Please sign in to comment.