Skip to content

Commit

Permalink
Use of Ubuntu 20.04 for the continuous delivery workflows (#2)
Browse files Browse the repository at this point in the history
A recent docker is required to have images with schema_version == 2
  • Loading branch information
sxd authored Feb 4, 2021
1 parent 8893699 commit 305af40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Generate stackbrew library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

generate-jobs:
name: Generate Jobs
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run update script
Expand Down

0 comments on commit 305af40

Please sign in to comment.