Skip to content

Commit

Permalink
Release pipelines: update images
Browse files Browse the repository at this point in the history
Replace trigger by workflow_dispatch
  • Loading branch information
baylej committed Apr 15, 2024
1 parent 925be15 commit b8bff3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release

on:
push:
tags:
- tmx_** # Releases
workflow_dispatch:

env:
# Latest (2.9.10): https://gitlab.gnome.org/GNOME/libxml2/-/issues/154
Expand All @@ -20,7 +18,7 @@ env:
jobs:
linux64:
name: Linux 64 Build
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
# context expressions lack the most basic string manipulation functions...
- name: Create distribution folder
Expand Down Expand Up @@ -150,7 +148,7 @@ jobs:

windows:
name: Windows Build
runs-on: windows-2016
runs-on: windows-2019
steps:
- name: Create distribution folder
run: |
Expand Down

0 comments on commit b8bff3a

Please sign in to comment.