Skip to content

Commit

Permalink
Update beepsky.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BurgerLUA authored Jul 18, 2023
1 parent e410f1a commit f8025ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/beepsky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:
jobs:
compile:
name: Compile
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache BYOND
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/BYOND
key: ${{ runner.os }}-byond
Expand Down

0 comments on commit f8025ba

Please sign in to comment.