Skip to content

Commit 48ee71d

Browse files
Copilotluzfcb
andcommitted
Update GitHub Actions workflows to use ubuntu-20.04 for Python 3.5 compatibility
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
1 parent 51a6cad commit 48ee71d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Checkout do repositório
1818
uses: actions/checkout@v5

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build:
1717
name: Build
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout do repositório
2121
uses: actions/checkout@v5
@@ -45,7 +45,7 @@ jobs:
4545
permissions:
4646
pages: write
4747
id-token: write
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-20.04
4949
environment:
5050
name: github-pages
5151
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)