Skip to content

Commit

Permalink
Try Ubuntu-20.04 instead of Ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 4, 2024
1 parent 3ef69ba commit 2ed4037
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
# CUSTOM_COMPILER_VERSION: '5.1.0+pr12345'
# CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/12345/head.tar.gz'

runs-on: 'ubuntu-latest'
container:
image: 'ocaml/opam:alpine'
options: --user root
runs-on: 'ubuntu-20.04'

timeout-minutes: ${{ inputs.timeout }}

Expand Down

0 comments on commit 2ed4037

Please sign in to comment.