summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-03-01 14:15:39 -0500
committerFrank Elias <francois.elias@livio.io>2021-03-01 14:15:39 -0500
commit130b790778b2acd8cae0142fa76774ba476ffc79 (patch)
tree2f4e8303b4749f0ad5cead9e78e4ee5c45e1c336
parentec9ac0066dfa6ef546af94faf9de29983d0b4dc0 (diff)
downloadsdl_ios-bugfix/issue-1925-fix-deprecation-warning-in-test-workflow-file.tar.gz
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 471fc3921..8a0b1b018 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
rpcTest:
name: RPC Generator Tests
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
strategy:
fail-fast: false
steps: