Skip to content

Commit

Permalink
Merge pull request #30 from Cysharp/feature/BuildRunsOnUbuntu20.04
Browse files Browse the repository at this point in the history
Change actions runner OS to ubuntu-20.04
  • Loading branch information
mayuki authored Nov 1, 2023
2 parents 3b988dd + 2461a86 commit f265b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

build-linux-x64:
name: Build Native library (linux-x64)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -255,4 +255,4 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Update pre-built native libraries" src/YetAnotherHttpHandler/Plugins/**/*
git push origin main
git push origin main

0 comments on commit f265b33

Please sign in to comment.