Adjust actions
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Minecon724 2024-11-22 13:16:02 +01:00
parent 9e5378cab4
commit e75e196862
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -11,15 +11,12 @@ concurrency:
cancel-in-progress: true
env:
RUNTIME_VERSION: 17
RUNTIME_VERSION: 21
jobs:
build:
# Only run on PRs if the source branch is on someone else's repo
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"