Skip to content

Commit

Permalink
Fixing ubuntu CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliporace committed Aug 13, 2023
1 parent 7a2a4ad commit c9d8de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
tests:
# if: github.event_name == 'push' || github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7.9]
Expand All @@ -23,7 +23,7 @@ jobs:
# Hack to get setup-python to work on act
# https://github.com/nektos/act/issues/251#issuecomment-706412948
if [ ! -f "/etc/lsb-release" ] ; then
echo "DISTRIB_RELEASE=18.04" > /etc/lsb-release
echo "DISTRIB_RELEASE=20.04" > /etc/lsb-release
fi
# Hack needed for ES to start
if [ ! -d "/tmp/localstack/es_backup" ] ; then
Expand Down

0 comments on commit c9d8de5

Please sign in to comment.