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

Update to ubuntu 22.04 (#294)

This commit is contained in:
Chris Dill 2025-02-12 07:16:21 +00:00 committed by GitHub
parent 27b259a6c6
commit 91cfbeaf5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
outputs: outputs:
version: ${{ steps.version.outputs.version }} version: ${{ steps.version.outputs.version }}
pkgversion: ${{ steps.version.outputs.pkgversion }} pkgversion: ${{ steps.version.outputs.pkgversion }}
@ -26,7 +26,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-linux: build-linux:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
needs: build needs: build
steps: steps:
- name: checkout repository - name: checkout repository
@ -130,7 +130,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
build-publish: build-publish:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
needs: needs:
- build-linux - build-linux
- build-osx - build-osx