Skip to content

Commit 19511ef

Browse files
authored
Update ubuntu 20.04 runner. (#106)
Github no longer supports this version. Use 22.04 instead.
1 parent ee73faf commit 19511ef

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
2-
on:
3-
push:
4-
branches:
2+
on:
3+
push:
4+
branches:
55
- master
66
pull_request:
77

@@ -12,7 +12,7 @@ jobs:
1212
compilation:
1313
name: Compilation and Unit Tests
1414
runs-on: ${{ matrix.os }}
15-
strategy:
15+
strategy:
1616
matrix:
1717
include:
1818
- os: macos-latest
@@ -33,7 +33,7 @@ jobs:
3333
inklecate_url: https://github.com/inkle/ink/releases/download/v1.1.1/inklecate_windows.zip
3434
proof: true
3535
unreal: false
36-
- os: "ubuntu-20.04"
36+
- os: "ubuntu-22.04"
3737
artifact: linux
3838
name: Linux x64
3939
inklecate_url: https://github.com/inkle/ink/releases/download/v1.1.1/inklecate_linux.zip
@@ -146,7 +146,7 @@ jobs:
146146
mkdir deps/inkcpp
147147
cp ../../build/comp_cl/* deps/inkcpp/
148148
chmod +x deps/inkcpp/inkcpp_cl
149-
149+
150150
# Run it
151151
- name: Run Ink Proof
152152
if: ${{ matrix.proof }}
@@ -230,7 +230,7 @@ jobs:
230230
name: Build Python package
231231
needs: compilation
232232
runs-on: ubuntu-latest
233-
steps:
233+
steps:
234234
- uses: actions/checkout@v4
235235
with:
236236
submodules: true
@@ -251,12 +251,12 @@ jobs:
251251
run: python3 -m build
252252

253253
- uses: suisei-cn/actions-download-file@v1.6.0
254-
name: Download Inklecate
255-
id: download_inklecate
254+
name: Download Inklecate
255+
id: download_inklecate
256256
with:
257257
url: https://github.com/inkle/ink/releases/download/v1.1.1/inklecate_linux.zip
258258
target: "inklecate/"
259-
- name: Deploy Inkelcate
259+
- name: Deploy Inkelcate
260260
shell: bash
261261
run: |
262262
cd inklecate
@@ -327,13 +327,13 @@ jobs:
327327
echo "Reading results from $f"
328328
cat "$f" >> comment.txt
329329
done
330-
330+
331331
# Post Comment
332332
- uses: marocchino/sticky-pull-request-comment@v2.9.0
333333
with:
334334
recreate: true
335335
path: comment.txt
336-
336+
337337
pages:
338338
permissions:
339339
contents: write

0 commit comments

Comments
 (0)