2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Pin to Ubuntu 20.04 (#223)

This commit is contained in:
njlr 2024-01-14 08:23:37 +00:00 committed by GitHub
parent a94a92afb6
commit 2a1889403d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
outputs: outputs:
version: ${{ steps.version.outputs.version }} version: ${{ steps.version.outputs.version }}
pkgversion: ${{ steps.version.outputs.pkgversion }} pkgversion: ${{ steps.version.outputs.pkgversion }}
@ -50,7 +50,7 @@ jobs:
echo "pkgversion=$(sed -n 's/.*<PackageVersion>\(.*\)<\/PackageVersion>.*/\1/p' Raylib-cs/Build.props)">> ${GITHUB_OUTPUT} echo "pkgversion=$(sed -n 's/.*<PackageVersion>\(.*\)<\/PackageVersion>.*/\1/p' Raylib-cs/Build.props)">> ${GITHUB_OUTPUT}
build-android: build-android:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
needs: build needs: build
strategy: strategy:
matrix: matrix:
@ -97,7 +97,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
build-linux: build-linux:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
needs: build needs: build
steps: steps:
- name: setup dependencies - name: setup dependencies
@ -203,7 +203,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
needs: needs:
- build - build
- build-android - build-android