Use Ubuntu 20 for testing.
GitHub has officially begun to drop Ubuntu 18.04 support, causing workflows to fail.
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
linux-ndll:
|
linux-ndll:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5]
|
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5]
|
||||||
@@ -558,7 +558,8 @@ jobs:
|
|||||||
needs: package-haxelib
|
needs: package-haxelib
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-11, windows-latest]
|
os: [ubuntu-20.04
|
||||||
|
, macos-11, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -708,7 +709,7 @@ jobs:
|
|||||||
|
|
||||||
linux-samples:
|
linux-samples:
|
||||||
needs: package-haxelib
|
needs: package-haxelib
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
@@ -807,7 +808,7 @@ jobs:
|
|||||||
needs: package-haxelib
|
needs: package-haxelib
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-11, windows-latest]
|
os: [ubuntu-20.04, macos-11, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -917,7 +918,7 @@ jobs:
|
|||||||
lime build SimpleAudio windows -release -verbose -nocolor
|
lime build SimpleAudio windows -release -verbose -nocolor
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [package-haxelib, docs, android-samples, flash-samples, hashlink-samples, html5-samples, ios-samples, linux-samples, macos-samples, neko-samples, windows-samples]
|
needs: [package-haxelib, docs, android-samples, flash-samples, hashlink-samples, html5-samples, ios-samples, linux-samples, macos-samples, neko-samples, windows-samples]
|
||||||
if: ${{ github.repository == 'openfl/lime' && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'openfl/lime' && github.event_name != 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user