Skip to content

Commit

Permalink
Build OTP on Ubuntu focal
Browse files Browse the repository at this point in the history
  • Loading branch information
smocherla-brex committed Apr 5, 2023
1 parent e171cf9 commit e763694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
on:
push:
branches: [main]
branches: [focal]
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# otp_bin
This repository uses github actions and `kerl` (https://github.com/kerl/kerl) to compile erlang/OTP for linux (ubuntu 18.04) and macos.
This repository uses github actions and `kerl` (https://github.com/kerl/kerl) to compile erlang/OTP for linux (ubuntu 20.04) and macos.

0 comments on commit e763694

Please sign in to comment.