Skip to content

Commit

Permalink
update build VM and elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kruse committed Nov 30, 2023
1 parent cd527b5 commit 72b87f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
OPT_VERSION: "24"
ELIXIR_VERSION: "1.13"
ELIXIR_VERSION: "1.15"
MIX_ENV: prod

steps:
Expand Down

0 comments on commit 72b87f8

Please sign in to comment.