Skip to content

Commit

Permalink
Switch back to 22.04 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Feb 8, 2025
1 parent a6828de commit 6bdc2ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create executable archive
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
create_phar:
name: Create phar
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
name: Create docker image
needs:
- create_phar
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
path: GogDownloaderSetup.exe
create_release:
name: Create a release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- create_phar
- create_docker
Expand Down

0 comments on commit 6bdc2ed

Please sign in to comment.