Skip to content

Commit

Permalink
Build OTP for Ubuntu 20 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
smocherla-brex authored Nov 16, 2023
1 parent e171cf9 commit d730638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
OTP_RELEASE: 22.0.7
jobs:
create_release:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
build_and_upload:
strategy:
matrix:
platform: [ubuntu-18.04, macos-10.15]
platform: [ubuntu-20.04, macos-10.15]
wx: [headless, graphical]
src: [src, no-src]
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit d730638

Please sign in to comment.