Skip to content

Commit

Permalink
Don't use ubuntu-latest while repo is private
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Feb 23, 2024
1 parent 7355246 commit 6501bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: pub-hk-ubuntu-22.04-small # TODO: change to ubuntu-latest once repo is public
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6501bbc

Please # to comment.