Skip to content

Commit

Permalink
Try using ubuntu-20.04 for workflows
Browse files Browse the repository at this point in the history
Using an older Ubuntu will maintain compatibility with a larger range of Operating Systems
  • Loading branch information
simotek authored Feb 14, 2024
1 parent 98ac1e8 commit b5c202f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

modify-plugin-version:
name: Modify plugin version
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -32,7 +32,7 @@ jobs:
build:
name: ${{ matrix.platform }}
needs: modify-plugin-version
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ghcr.io/qno/rack-plugin-toolchain-win-linux
options: --user root
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
# only create a release if a tag was created that is called e.g. v1.2.3
# see also https://vcvrack.com/manual/Manifest#version
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build, build-mac]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b5c202f

Please sign in to comment.