Skip to content

Commit

Permalink
Update ci_suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO committed Sep 6, 2024
1 parent 3120fef commit fe329ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run_linters:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Run Linters
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Restore SpacemanDMM cache
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
compile_all_maps:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Compile Maps
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Restore BYOND cache
Expand Down

0 comments on commit fe329ab

Please sign in to comment.