Skip to content

Commit

Permalink
ci: run workflows on ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 committed Dec 16, 2021
1 parent b402798 commit cd2b336
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
# Prevent running this on forks
if: github.repository_owner == 'flybywiresim'
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
MASTER_PRE_RELEASE_ID: 36189658
MASTER_PRE_RELEASE_TAG: vmaster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
title:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: amannn/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
ASSET_PATH: dist/FlyByWire_Installer_Setup.exe
ASSET_DIRECTORY: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
ASSET_PATH: dist/FlyByWire_Installer_Setup.exe
ASSET_DIRECTORY: dist/
Expand Down

0 comments on commit cd2b336

Please sign in to comment.