aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-25 10:44:27 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-25 10:44:27 -0500
commit8695107c0a5747107e15bc9db8ef866ea3dd70e6 (patch)
tree86aadcc7b0d08c580b8bba339e68dddc89d43636 /.github
parentfc0687d77aa00051cf2606b74c886f3141736ad7 (diff)
GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.
This version meets the minimum compiler version requirements.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 412e4cb9..ee181d42 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
container: ghcr.io/orbitalquark/textadept-build:v1.0
outputs:
version: ${{ steps.build.outputs.version }}