Skip to content

Commit

Permalink
Workflow, a different ubuntu?
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Nov 14, 2024
1 parent bd62a11 commit 1d064b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

test-examples:
name: Test Examples
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
SHELL: /bin/bash
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
set -e
cp "${{ github.workspace }}/.github/data/edm.yml" $HOME/.edm.yaml
edm available-runtimes
edm list-platforms
edm envs create edm --version 3.11 --force
npm install -g configurable-http-proxy
Expand Down

0 comments on commit 1d064b2

Please sign in to comment.