Skip to content

Commit

Permalink
Move away from latest images because they bump versions of critical p…
Browse files Browse the repository at this point in the history
…ackages that can break us
  • Loading branch information
Bret Ambrose committed May 22, 2024
1 parent 2ed7333 commit fdb0b24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
jobs:

windows:
runs-on: windows-latest
runs-on: windows-2022
permissions:
id-token: write # This is required for requesting the JWT
steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
python ./deviceadvisor/script/DATestRun.py
osx:
runs-on: macos-latest
runs-on: macos-13
permissions:
id-token: write # This is required for requesting the JWT
steps:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
python3 ./deviceadvisor/script/DATestRun.py
linux:
runs-on: ubuntu-20.04 # latest
runs-on: ubuntu-22.04 # latest
permissions:
id-token: write # This is required for requesting the JWT
steps:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
# Runs the samples and ensures that everything is working
linux-smoke-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write # This is required for requesting the JWT
steps:
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
# check that docs can still build
check-docs:
runs-on: ubuntu-20.04 # latest
runs-on: ubuntu-22.04 # latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -405,7 +405,7 @@ jobs:
./make-docs.py
check-codegen-edits:
runs-on: ubuntu-20.04 # latest
runs-on: ubuntu-22.04 # latest
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit fdb0b24

Please sign in to comment.