Skip to content

Commit

Permalink
Update continuous_integration.yml (#8122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall authored Nov 25, 2022
1 parent b45dd8f commit 6bff164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
run_linters:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Python setup
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
tools/bootstrap/python -m mapmerge2.dmm_test
~/dreamchecker
compile_all_maps:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup cache
Expand All @@ -66,7 +66,7 @@ jobs:
python3 tools/ci/template_dm_generator.py
tools/build/build --ci dm -DCIBUILDING -DCITESTING -DALL_MAPS
run_all_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
mysql:
image: mysql:latest
Expand Down

0 comments on commit 6bff164

Please sign in to comment.