Skip to content

Commit

Permalink
gha: bump runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek committed Feb 13, 2025
1 parent 11d5491 commit 155e8de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: docker://nwnxee/builder:latest
steps:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
artifacts: "NWNX-EE.zip,NWScript.zip"

docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'push'
needs: build
steps:
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:

release:
if: contains(github.ref, 'tags/build')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build

steps:
Expand All @@ -275,7 +275,7 @@ jobs:

publish:
if: contains(github.ref, 'tags/build')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: release

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
docker-base:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
docker-builder:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'push' || github.event_name == 'schedule'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/trivy-analysis.yml

This file was deleted.

0 comments on commit 155e8de

Please sign in to comment.