Skip to content

Commit

Permalink
Run builds on self-hosted runner thats on Ubuntu 20, instead of Ubunt…
Browse files Browse the repository at this point in the history
…u 22. TO prevent conflicts with glibc
  • Loading branch information
Lusitaniae authored Nov 30, 2022
1 parent 2625103 commit af16cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
release:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit af16cdb

Please sign in to comment.