Skip to content

Commit

Permalink
INFRA-164: GHA runner OS version pinning (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas authored Dec 10, 2024
1 parent 2786470 commit 79c19a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
name: Build and Test (Linux)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: '["ubuntu-latest"]'
machine-types: '["ubuntu-24.04"]'
timeout-minutes: 60

build-and-test-windows:
name: Build and Test (Windows)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: '["windows-latest"]'
machine-types: '["windows-2022"]'
timeout-minutes: 60
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"

Expand Down

0 comments on commit 79c19a6

Please sign in to comment.