Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d91bd4a

Browse files
authored
Update to Ubuntu 22.04
1 parent 37722fa commit d91bd4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/turdis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
compile:
8484
name: Compile All Maps
85-
runs-on: ubuntu-20.04
85+
runs-on: ubuntu-22.04
8686
steps:
8787
- uses: actions/checkout@v4
8888

@@ -114,7 +114,7 @@ jobs:
114114
find_all_maps:
115115
if: "!contains(github.event.head_commit.message, '[ci skip]')"
116116
name: Find Maps to Test
117-
runs-on: ubuntu-20.04
117+
runs-on: ubuntu-22.04
118118
outputs:
119119
maps: ${{ steps.map_finder.outputs.maps }}
120120
steps:
@@ -128,7 +128,7 @@ jobs:
128128
echo "maps={\"paths\":[$(cat maps_output.txt)]}" >> $GITHUB_OUTPUT
129129
test:
130130
name: Compile and Run Tests
131-
runs-on: ubuntu-20.04
131+
runs-on: ubuntu-22.04
132132
needs: [find_all_maps]
133133
strategy:
134134
fail-fast: false

0 commit comments

Comments
 (0)