mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Bump github actions runner to ubuntu 24.04
This commit is contained in:
2
.github/workflows/1.21.6_pr.yml
vendored
2
.github/workflows/1.21.6_pr.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
license:
|
||||
name: "Verify License integrity"
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
2
.github/workflows/1.21.6_push.yml
vendored
2
.github/workflows/1.21.6_push.yml
vendored
@@ -19,7 +19,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: "Build and Release"
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
if: |
|
||||
!contains(github.event.head_commit.message, '[ci skip]')
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user