Skip to content

Commit

Permalink
set workflow to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Apr 2, 2024
1 parent 978b169 commit 793dbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-20.04 # specifically calls the version number instead of lastest to work on 'act'
runs-on: ubuntu-latest #ubuntu-20.04 # specifically calls the version number instead of latest to work on 'act'

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web_scrap_dynamic_csv_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
build:
runs-on: ubuntu-20.04 # specifically calls the version number instead of lastest to work on 'act'
runs-on: ubuntu-latest #ubuntu-20.04 # specifically calls the version number instead of latest to work on 'act'

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: '3.12'
architecture: 'x64'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
Expand Down

0 comments on commit 793dbe9

Please sign in to comment.